summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Ghidoli <emanuele.ghidoli@toradex.com>2023-03-21 14:45:43 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-03-22 15:29:47 +0000
commit4558165f0de1eb9eb6c7e3229d6faa5312e8fc2c (patch)
tree3dded1ca7fb1a8eb1424a9ae131972eefb2a7152
parente23c36833d51923ea2f2ad9730a9ea54a9a54e6f (diff)
arm64: dts: colibri-imx8x: fix Atmel maxtouch reset signal polarity
The reset GPIO logic of the Atmel maxtouch driver was changed to be active low. Adjust the configuration so that the touchscreen is in an usable state. Fixes: ccd928d47f593 ("arm64: dts: colibri-imx8x: Add atmel mxt touch") Upstream-Status: Pending Needs to be upstreamed Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r--arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
index a5fc6adafe46..f781de3b6583 100644
--- a/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
@@ -417,7 +417,7 @@
pinctrl-0 = <&pinctrl_atmel_conn>;
interrupt-parent = <&lsio_gpio3>;
interrupts = <20 IRQ_TYPE_EDGE_FALLING>; /* SODIMM 107 */
- reset-gpios = <&lsio_gpio3 24 GPIO_ACTIVE_HIGH>; /* SODIMM 106 */
+ reset-gpios = <&lsio_gpio3 24 GPIO_ACTIVE_LOW>; /* SODIMM 106 */
status = "disabled";
};
};