ARM: dts: imx6sl: tolino-shine2hd: fix IRQ config of touchscreen
authorAndreas Kemnade <andreas@kemnade.info>
Sun, 25 Feb 2024 22:56:22 +0000 (23:56 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 28 Mar 2024 06:49:48 +0000 (14:49 +0800)
Correctly describe the interrupt as level low. Driver enforces that
anyways, but do not rely on that in the devicetree.

Suggested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts

index 5636fb3661e8a4e345e74767e329e403d2a58c9e..1fbe2e6d3e4d81174d6bd594743ff129c8da52a7 100644 (file)
                pinctrl-0 = <&pinctrl_zforce>;
                reg = <0x50>;
                interrupt-parent = <&gpio5>;
-               interrupts = <6 IRQ_TYPE_EDGE_FALLING>;
+               interrupts = <6 IRQ_TYPE_LEVEL_LOW>;
                vdd-supply = <&ldo1_reg>;
                reset-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
                touchscreen-size-x = <1072>;