Hi Caleb, On Mon, Jun 24, 2024 at 03:30:26AM +0200, Caleb Connolly wrote: > +examples: > + - | > + #include <dt-bindings/interrupt-controller/irq.h> > + #include <dt-bindings/gpio/gpio.h> > + > + i2c { > + clock-frequency = <400000>; > + status = "okay"; > + > + touchscreen@4b { > + compatible = "syna,s3908"; > + reg = <0x4B>; > + > + interrupts-extended = <&tlmm 39 0x2008>; > + > + reset-gpios = <&tlmm 38 GPIO_ACTIVE_HIGH>; This shows wrong default polarity. It should be GPIO_ACTIVE_LOW. Thanks. -- Dmitry