From 8c299fa04097f9a8c747082402f90ef91a47fc1f Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 24 Nov 2020 16:18:52 +0200 Subject: 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 --- overlays/apalis-imx6_atmel-mxt_overlay.dts | 19 ++++--------------- 1 file 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"; +}; -- cgit v1.2.3