summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-24 16:18:52 +0200
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-11-24 16:18:52 +0200
commit8c299fa04097f9a8c747082402f90ef91a47fc1f (patch)
tree79d53019bfdb777038252436abf77b03011419a2
parentcac59bda3f8e954734ad67bfe35417413ba31e0b (diff)
overlays: apalis-imx6: remove definition of atmel_mxt_ts
According to the decision to use overlays just for enabling subsystems, remove the definition of Atmel MXT touchscreen device, leaving only enabling it and related stuff. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
-rw-r--r--overlays/apalis-imx6_atmel-mxt_overlay.dts19
1 files changed, 4 insertions, 15 deletions
diff --git a/overlays/apalis-imx6_atmel-mxt_overlay.dts b/overlays/apalis-imx6_atmel-mxt_overlay.dts
index 312182e..3b453b8 100644
--- a/overlays/apalis-imx6_atmel-mxt_overlay.dts
+++ b/overlays/apalis-imx6_atmel-mxt_overlay.dts
@@ -10,21 +10,10 @@
compatible = "toradex,apalis_imx6q";
};
-&i2c1 {
- #address-cells = <1>;
- #size-cells = <0>;
-
+&atmel_mxt_ts {
status = "okay";
-
- atmel_mxt_ts: atmel_mxt_ts@4a {
- compatible = "atmel,maxtouch";
- reg = <0x4a>;
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_apalis_gpio5 &pinctrl_apalis_gpio6>;
- interrupt-parent = <&gpio6>;
- interrupts = <10 IRQ_TYPE_EDGE_FALLING>;
- reset-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>;
- status = "okay";
- };
};
+&i2c1 {
+ status = "okay";
+};