summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
diff options
context:
space:
mode:
authorLucas Stach2018-04-12 15:15:56 +0200
committerShawn Guo2018-04-23 11:11:11 +0200
commit5db4da3f3669b623bc54ea55c49087356b1ee9bc (patch)
treeaf38ca684e001a70d7deba479c928e45c810d5f3 /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
parentARM: dts: imx6: RDU2+: add assigned clocks for GPU 3D (diff)
downloadkernel-qcow2-linux-5db4da3f3669b623bc54ea55c49087356b1ee9bc.tar.gz
kernel-qcow2-linux-5db4da3f3669b623bc54ea55c49087356b1ee9bc.tar.xz
kernel-qcow2-linux-5db4da3f3669b623bc54ea55c49087356b1ee9bc.zip
ARM: dts: imx6: RDU2: add eGalax touchscreen
This touchscreen is present instead of the RMI4 touch on some SKUs of the RDU2. Keep it disabled by default, the bootloader will enable it instead of the RMI4 touch when running on one of those units. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Tested-by: Chris Healy <cphealy@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index ea2093ff04a3..2696746ed65e 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -582,6 +582,17 @@
};
};
+ touchscreen@2a {
+ compatible = "eeti,egalax_ts";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pinctrl_ts>;
+ reg = <0x2a>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
+ wakeup-gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
+ status = "disabled";
+ };
+
hpa1: amp@60 {
compatible = "ti,tpa6130a2";
pinctrl-names = "default";