summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-icore.dts
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2017-09-18 16:58:32 +0530
committerShawn Guo <shawnguo@kernel.org>2017-10-13 11:04:04 +0800
commitc983a9137eca90be7639bc1d667132f6759513d4 (patch)
tree20b031e34349a9012cfe5f69757525663f57dbdc /arch/arm/boot/dts/imx6dl-icore.dts
parentb5307edb16df828a304856883921cdac4b1302fe (diff)
ARM: dts: imx6dl-icore: Add touchscreen node
max11801 touchscreen on Engicam iCoreM6 DualLite/Solo module is connected via i2c1, so add max11801: touchscreen@48 on i2c1. 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/imx6dl-icore.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-icore.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-icore.dts b/arch/arm/boot/dts/imx6dl-icore.dts
index 6de83c72bd72..971f9fc39c66 100644
--- a/arch/arm/boot/dts/imx6dl-icore.dts
+++ b/arch/arm/boot/dts/imx6dl-icore.dts
@@ -57,3 +57,12 @@
&can2 {
status = "okay";
};
+
+&i2c1 {
+ max11801: touchscreen@48 {
+ compatible = "maxim,max11801";
+ reg = <0x48>;
+ interrupt-parent = <&gpio3>;
+ interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
+ };
+};