summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-05-05 17:58:35 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-05-05 17:58:35 +0200
commit21e965f215df43be5a0afec00caf605ce85b6eea (patch)
tree7f85aee45689f3cab5828e069dc31e778add5a59
parent653cb21b42a735b8dca99489837c0baa61ec1503 (diff)
overlays: mxt-adapter: fix reset gpio polarity
Fix reset GPIO polarity in-line with the following upstream fix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=feedaacdadfc332e1a6e436f3adfbc67e244db47 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts2
-rw-r--r--overlays/colibri-imx6ull_atmel-mxt-adapter_overlay.dts2
-rw-r--r--overlays/colibri-imx7_atmel-mxt-adapter_overlay.dts2
3 files changed, 3 insertions, 3 deletions
diff --git a/overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts b/overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts
index 77ff0fa..20a3fe9 100644
--- a/overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts
+++ b/overlays/colibri-imx6_atmel-mxt-adapter_overlay.dts
@@ -19,7 +19,7 @@
pinctrl-0 = <&pinctrl_atmel_adap>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
- reset-gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>;
+ reset-gpios = <&gpio2 10 GPIO_ACTIVE_LOW>;
status = "okay";
};
diff --git a/overlays/colibri-imx6ull_atmel-mxt-adapter_overlay.dts b/overlays/colibri-imx6ull_atmel-mxt-adapter_overlay.dts
index 5f74742..446009a 100644
--- a/overlays/colibri-imx6ull_atmel-mxt-adapter_overlay.dts
+++ b/overlays/colibri-imx6ull_atmel-mxt-adapter_overlay.dts
@@ -20,7 +20,7 @@
pinctrl-0 = <&pinctrl_atmel_adap>;
interrupt-parent = <&gpio4>;
interrupts = <16 IRQ_TYPE_EDGE_FALLING>; /* SODIMM 28, INT */
- reset-gpios = <&gpio2 5 GPIO_ACTIVE_HIGH>; /* SODIMM 30, RST */
+ reset-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; /* SODIMM 30, RST */
status = "okay";
};
diff --git a/overlays/colibri-imx7_atmel-mxt-adapter_overlay.dts b/overlays/colibri-imx7_atmel-mxt-adapter_overlay.dts
index 6a331e6..ac2eaea 100644
--- a/overlays/colibri-imx7_atmel-mxt-adapter_overlay.dts
+++ b/overlays/colibri-imx7_atmel-mxt-adapter_overlay.dts
@@ -22,7 +22,7 @@
pinctrl-0 = <&pinctrl_atmel_adapter>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
- reset-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
+ reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
status = "okay";
};