]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6-tx6: remove obsolete eeti,egalax_ts
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 12:59:47 +0000 (14:59 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 24 Oct 2017 12:59:47 +0000 (14:59 +0200)
The display, that incorporates this touchpanel is obsolete and won't
be supported any more.

arch/arm/boot/dts/imx6dl-tx6u-811x.dts
arch/arm/boot/dts/imx6dl-tx6u-81xx-mb7.dts
arch/arm/boot/dts/imx6q-tx6q-1110.dts
arch/arm/boot/dts/imx6q-tx6q-11x0-mb7.dts

index 5e0c6bb49f37a38b50ae6e849fad3898f0428c21..f0f759af9a13ee63cd7053a0a9ff582944da56b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014-2016 Lothar Waßmann <LW@KARO-electronics.de>
+ * Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
  *
  * This file is dual-licensed: you can use it either under the terms
  * of the GPL or the X11 license, at your option. Note that this dual
        };
 };
 
-&i2c3 {
-       polytouch2: eeti@04 {
-               compatible = "eeti,egalax_ts";
-               reg = <0x04>;
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_eeti>;
-               interrupt-parent = <&gpio3>;
-               interrupts = <22 0>;
-               wakeup-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
-               wakeup-source;
-       };
-};
-
 &kpp {
        status = "disabled"; /* pad conflict with backlight1 PWM */
 };
 &pwm1 {
        status = "okay";
 };
-
-&iomuxc {
-       pinctrl_eeti: eetigrp {
-               fsl,pins = <
-                       MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */
-               >;
-       };
-};
index b9a783f7160e29fd177f4e4697625722ee1b9ba7..c817324756e055aa16f22f193fee891190087f2c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Lothar Waßmann <LW@KARO-electronics.de>
+ * Copyright 2016-2017 Lothar Waßmann <LW@KARO-electronics.de>
  *
  * This file is dual-licensed: you can use it either under the terms
  * of the GPL or the X11 license, at your option. Note that this dual
        xceiver-supply = <&reg_3v3>;
 };
 
-&i2c3 {
-       polytouch1: eeti@04 {
-               compatible = "eeti,egalax_ts";
-               reg = <0x04>;
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_eeti>;
-               interrupts-extended = <&gpio3 22 IRQ_TYPE_EDGE_FALLING>;
-               wakeup-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
-               wakeup-source;
-       };
-};
-
 &kpp {
        status = "disabled"; /* pads partially clash with backlight1 PWM */
 };
 &pwm1 {
        status = "okay";
 };
-
-&iomuxc {
-       pinctrl_eeti: eetigrp {
-               fsl,pins = <
-                       MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */
-               >;
-       };
-};
index 0f5e638317028604f783ba4a43db5780eddc74a6..900557de84a4406a94e87497788b076bb99e6851 100644 (file)
        };
 };
 
-&i2c3 {
-       polytouch1: eeti@04 {
-               compatible = "eeti,egalax_ts";
-               reg = <0x04>;
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_eeti>;
-               interrupt-parent = <&gpio3>;
-               interrupts = <22 0>;
-               wakeup-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
-               wakeup-source;
-       };
-};
-
 &kpp {
        status = "disabled"; /* pad conflict with backlight1 PWM */
 };
 &sata {
        status = "okay";
 };
-
-&iomuxc {
-       pinctrl_eeti: eetigrp {
-               fsl,pins = <
-                       MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */
-               >;
-       };
-};
index d78b129d01ea492d6b65e3885ca7974a0225c269..6b42c442168ba573b12084339abbd6fd7b158df2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Lothar Waßmann <LW@KARO-electronics.de>
+ * Copyright 2016-2017 Lothar Waßmann <LW@KARO-electronics.de>
  *
  * This file is dual-licensed: you can use it either under the terms
  * of the GPL or the X11 license, at your option. Note that this dual
        xceiver-supply = <&reg_3v3>;
 };
 
-&i2c3 {
-       polytouch1: eeti@04 {
-               compatible = "eeti,egalax_ts";
-               reg = <0x04>;
-               pinctrl-names = "default";
-               pinctrl-0 = <&pinctrl_eeti>;
-               interrupts-extended = <&gpio3 22 IRQ_TYPE_EDGE_FALLING>;
-               wakeup-gpios = <&gpio3 22 GPIO_ACTIVE_HIGH>;
-               wakeup-source;
-       };
-};
-
 &ipu2 {
        status = "disabled";
 };
 &sata {
        status = "okay";
 };
-
-&iomuxc {
-       pinctrl_eeti: eetigrp {
-               fsl,pins = <
-                       MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */
-               >;
-       };
-};