aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/imx6q-icore.dts
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-03-23 00:35:18 +0530
committerShawn Guo <shawnguo@kernel.org>2017-04-10 16:16:18 +0800
commit43d25bb7319bcc46ac0fc99f101caeb28200005c (patch)
tree86ea2ddf209335db48f2eb6107946e1c7a11e250 /arch/arm/boot/dts/imx6q-icore.dts
parentARM: dts: vf610-zii-dev-rev-b: change switch2 label (diff)
downloadlinux-dev-43d25bb7319bcc46ac0fc99f101caeb28200005c.tar.xz
linux-dev-43d25bb7319bcc46ac0fc99f101caeb28200005c.zip
ARM: dts: imx6q-icore: Add touchscreen node
max11801 touchscreen on Engicam iCoreM6 Quad module is connected via i2c1, so add max11801: touchscreen@48 on i2c1. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: Domenico Acri <domenico.acri@engicam.com> Cc: Matteo Lisi <matteo.lisi@engicam.com> Cc: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-icore.dts')
-rw-r--r--arch/arm/boot/dts/imx6q-icore.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-icore.dts b/arch/arm/boot/dts/imx6q-icore.dts
index 73f34d15cbe9..5613dd9dc469 100644
--- a/arch/arm/boot/dts/imx6q-icore.dts
+++ b/arch/arm/boot/dts/imx6q-icore.dts
@@ -58,6 +58,15 @@
status = "okay";
};
+&i2c1 {
+ max11801: touchscreen@48 {
+ compatible = "maxim,max11801";
+ reg = <0x48>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
+ };
+};
+
&ldb {
status = "okay";