Skip to content

Commit 90974f6

Browse files
ziswilerShawn Guo
authored andcommitted
arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarity
Fix reset GPIO polarity in-line with the following commit feedaac ("Input: atmel_mxt_ts - fix up inverted RESET handler"). Fixes: 6a57f22 ("arm64: dts: freescale: add initial support for verdin imx8m mini") Signed-off-by: Marcel Ziswiler <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 17fe725 commit 90974f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
604604
reg = <0x4a>;
605605
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
606-
reset-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
606+
reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
607607
status = "disabled";
608608
};
609609

0 commit comments

Comments
 (0)