From cf322feb2ab62e8e50d269168793119e484ee9b1 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Tue, 24 Nov 2020 19:10:47 +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 | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/overlays/apalis-imx6_atmel-mxt_overlay.dts b/overlays/apalis-imx6_atmel-mxt_overlay.dts index b1f7e7a..d485c36 100644 --- a/overlays/apalis-imx6_atmel-mxt_overlay.dts +++ b/overlays/apalis-imx6_atmel-mxt_overlay.dts @@ -3,25 +3,15 @@ /dts-v1/; /plugin/; -#include -#include - / { compatible = "toradex,apalis_imx6q"; }; &i2c1 { - #address-cells = <1>; - #size-cells = <0>; status = "okay"; +}; - atmel_mxt_ts: atmel_mxt_ts@4a { - compatible = "atmel,maxtouch"; - reg = <0x4a>; - interrupt-parent = <&gpio6>; - interrupts = <10 IRQ_TYPE_EDGE_FALLING>; - reset-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; - status = "okay"; - }; +&atmel_mxt_ts { + status = "okay"; }; -- cgit v1.2.3