From: Andreas Kemnade Date: Sun, 25 Feb 2024 22:56:22 +0000 (+0100) Subject: ARM: dts: imx6sl: tolino-shine2hd: fix IRQ config of touchscreen X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5bd46f739a4de1fe16e4b3c2d03045996b512bd0;p=linux.git ARM: dts: imx6sl: tolino-shine2hd: fix IRQ config of touchscreen Correctly describe the interrupt as level low. Driver enforces that anyways, but do not rely on that in the devicetree. Suggested-by: Dmitry Torokhov Signed-off-by: Andreas Kemnade Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts b/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts index 5636fb3661e8a..1fbe2e6d3e4d8 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts +++ b/arch/arm/boot/dts/nxp/imx/imx6sl-tolino-shine2hd.dts @@ -138,7 +138,7 @@ 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>;