mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 07:35:10 +00:00
arm64: dts: freescale: verdin-imx8mm: fix atmel_mxt_ts reset polarity
Fix reset GPIO polarity in-line with the following commitfeedaacdad
("Input: atmel_mxt_ts - fix up inverted RESET handler"). Fixes:6a57f224f7
("arm64: dts: freescale: add initial support for verdin imx8m mini") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
17fe7251d3
commit
90974f6559
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ atmel_mxt_ts: touch@4a {
|
||||||
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
|
pinctrl-0 = <&pinctrl_gpio_9_dsi>, <&pinctrl_i2s_2_bclk_touch_reset>;
|
||||||
reg = <0x4a>;
|
reg = <0x4a>;
|
||||||
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
|
/* Verdin I2S_2_BCLK (TOUCH_RESET#, SODIMM 42) */
|
||||||
reset-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
|
reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue