Skip to content

Commit b426310

Browse files
MaxKrummenacherShawn Guo
authored andcommitted
ARM: dts: imx6qdl-colibri: Fix capacitive touch reset polarity
The commit feedaac ("Input: atmel_mxt_ts - fix up inverted RESET handler") requires the reset GPIO to have GPIO_ACTIVE_LOW. Fixes: 1524b27 ("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>
1 parent 93a8ba2 commit b426310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/imx6qdl-colibri.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
pinctrl-names = "default";
594594
pinctrl-0 = <&pinctrl_atmel_conn>;
595595
reg = <0x4a>;
596-
reset-gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>; /* SODIMM 106 */
596+
reset-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>; /* SODIMM 106 */
597597
status = "disabled";
598598
};
599599
};

0 commit comments

Comments
 (0)