aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-03-22 15:05:18 -0400
committerShawn Guo <shawnguo@kernel.org>2017-04-10 04:16:18 -0400
commit43d25bb7319bcc46ac0fc99f101caeb28200005c (patch)
tree86ea2ddf209335db48f2eb6107946e1c7a11e250
parent1cb1a68dedd3e9a3f441b65556b43ebee50baaf3 (diff)
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>
-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 @@
58 status = "okay"; 58 status = "okay";
59}; 59};
60 60
61&i2c1 {
62 max11801: touchscreen@48 {
63 compatible = "maxim,max11801";
64 reg = <0x48>;
65 interrupt-parent = <&gpio3>;
66 interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
67 };
68};
69
61&ldb { 70&ldb {
62 status = "okay"; 71 status = "okay";
63 72