From: Jagan Teki Date: Mon, 18 Sep 2017 11:28:32 +0000 (+0530) Subject: ARM: dts: imx6dl-icore: Add touchscreen node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c983a9137eca90be7639bc1d667132f6759513d4;p=linux.git 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 Cc: Michael Trimarchi Signed-off-by: Jagan Teki Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6dl-icore.dts b/arch/arm/boot/dts/imx6dl-icore.dts index 6de83c72bd724..971f9fc39c66c 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>; + }; +};