diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2017-10-17 12:17:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-23 03:19:43 +0300 |
commit | 65a2f7822d157312f23e577af77e8923a8930a88 (patch) | |
tree | 4645e5fc2ec789f2a00631ee0691eadb0fea87b2 /arch/arm/boot/dts/imx6q-tx6q-1110.dts | |
parent | f3dd26c09155c8ff4c76d922339c758e870b4eb9 (diff) | |
download | linux-65a2f7822d157312f23e577af77e8923a8930a88.tar.xz |
ARM: dts: imx6-tx6: remove obsolete eeti,egalax_ts
The display, that incorporates this touchpanel is obsolete and won't
be supported any more.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-tx6q-1110.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-tx6q-1110.dts | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm/boot/dts/imx6q-tx6q-1110.dts b/arch/arm/boot/dts/imx6q-tx6q-1110.dts index 0f5e63831702..900557de84a4 100644 --- a/arch/arm/boot/dts/imx6q-tx6q-1110.dts +++ b/arch/arm/boot/dts/imx6q-tx6q-1110.dts @@ -98,19 +98,6 @@ }; }; -&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 */ }; @@ -172,11 +159,3 @@ &sata { status = "okay"; }; - -&iomuxc { - pinctrl_eeti: eetigrp { - fsl,pins = < - MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b1 /* Interrupt */ - >; - }; -}; |