Skip to content

Commit 8f143b9

Browse files
ziswilerShawn Guo
authored andcommitted
arm64: dts: freescale: verdin-imx8mp: 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: a39ed23 ("arm64: dts: freescale: add initial support for verdin imx8m plus") Signed-off-by: Marcel Ziswiler <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 90974f6 commit 8f143b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@
628628
interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
629629
reg = <0x4a>;
630630
/* Verdin GPIO_2 (SODIMM 208) */
631-
reset-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
631+
reset-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
632632
status = "disabled";
633633
};
634634
};
@@ -705,7 +705,7 @@
705705
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
706706
reg = <0x4a>;
707707
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
708-
reset-gpios = <&gpio5 0 GPIO_ACTIVE_HIGH>;
708+
reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
709709
status = "disabled";
710710
};
711711

0 commit comments

Comments
 (0)