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 <[email protected]> Signed-off-by: Max Krummenacher <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 93a8ba2 commit b426310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)