Skip to content

Commit

Permalink
arm64: dts: freescale: verdin-imx8mp: fix atmel_mxt_ts reset polarity
Browse files Browse the repository at this point in the history
[ Upstream commit 8f143b9 ]

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 <marcel.ziswiler@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
ziswiler authored and gregkh committed Sep 15, 2022
1 parent ab7db01 commit 99fc0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi
Expand Up @@ -620,7 +620,7 @@
interrupts = <5 IRQ_TYPE_EDGE_FALLING>;
reg = <0x4a>;
/* Verdin GPIO_2 (SODIMM 208) */
reset-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
status = "disabled";
};
};
Expand Down Expand Up @@ -697,7 +697,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 = <&gpio5 0 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
status = "disabled";
};

Expand Down

0 comments on commit 99fc0f4

Please sign in to comment.