On 16/10/2023 23:41, Nia Espera wrote: >>> + >>> +&i2c4 { >>> + touchscreen@48 { >>> + compatible = "samsung,s6sy761"; >>> + reg = <0x48>; >>> + interrupts-extended = <&tlmm 23 0x2008>; >> >> Replace the 0x2008 with the GPIO_* flags from include/dt-bindings/gpio/gpio.h > > There doesn't seem to be a flag for 0x2000 and it's not documented > downstream; is it okay to replace with (0x2000|GPIO_TRANSITORY)? Not gpio.h but irq.h. I don't think TLMM supports 2008 as a flag. This looks wrong. Best regards, Krzysztof