Skip to content

Commit

Permalink
arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarity
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ziswiler authored and Shawn Guo committed Aug 22, 2022
1 parent 17fe725 commit 90974f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
reg = <0x4a>;
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
reset-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
status = "disabled";
};

Expand Down

0 comments on commit 90974f6

Please sign in to comment.