diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2017-09-18 14:28:32 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-13 06:04:04 +0300 |
commit | c983a9137eca90be7639bc1d667132f6759513d4 (patch) | |
tree | 20b031e34349a9012cfe5f69757525663f57dbdc /arch/arm | |
parent | b5307edb16df828a304856883921cdac4b1302fe (diff) | |
download | linux-c983a9137eca90be7639bc1d667132f6759513d4.tar.xz |
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')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-icore.dts | 9 |
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>; + }; +}; |