diff options
author | Jagan Teki <[email protected]> | 2017-03-23 00:35:18 +0530 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2017-04-10 16:16:18 +0800 |
commit | 43d25bb7319bcc46ac0fc99f101caeb28200005c (patch) | |
tree | 86ea2ddf209335db48f2eb6107946e1c7a11e250 | |
parent | 1cb1a68dedd3e9a3f441b65556b43ebee50baaf3 (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 <[email protected]>
Cc: Domenico Acri <[email protected]>
Cc: Matteo Lisi <[email protected]>
Cc: Michael Trimarchi <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx6q-icore.dts | 9 |
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"; |