]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
authorMax Krummenacher <max.krummenacher@toradex.com>
Fri, 13 May 2022 10:26:12 +0000 (12:26 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Jun 2022 03:53:42 +0000 (11:53 +0800)
The commit 5d6ee3984b02 ("Input: atmel_mxt_ts - fix up inverted RESET
handler") requires the reset GPIO to have GPIO_ACTIVE_LOW.

Fixes: 2376c71a72f4 ("ARM: dts: imx6dl-colibri: Move common nodes to SoM dtsi")
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-colibri.dtsi

index c383e0e4110c897b8f0854fd9397f0e92669e72e..7df270cea2928ca18a1ffc324b30bab77c090769 100644 (file)
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_atmel_conn>;
                reg = <0x4a>;
-               reset-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;     /* SODIMM 106 */
+               reset-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;      /* SODIMM 106 */
                status = "disabled";
        };
 };