Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity

The commit feedaacdadfc ("Input: atmel_mxt_ts - fix up inverted RESET
handler") requires the reset GPIO to have GPIO_ACTIVE_LOW.

Fixes: 1524b27c94a6 ("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>

authored by

Max Krummenacher and committed by
Shawn Guo
b426310e 93a8ba2a

+1 -1
+1 -1
arch/arm/boot/dts/imx6qdl-colibri.dtsi
··· 593 593 pinctrl-names = "default"; 594 594 pinctrl-0 = <&pinctrl_atmel_conn>; 595 595 reg = <0x4a>; 596 - reset-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; /* SODIMM 106 */ 596 + reset-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* SODIMM 106 */ 597 597 status = "disabled"; 598 598 }; 599 599 };