]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: dts: imx6dl-icore: Add touchscreen node
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 18 Sep 2017 11:28:32 +0000 (16:58 +0530)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Oct 2017 03:04:04 +0000 (11:04 +0800)
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>
arch/arm/boot/dts/imx6dl-icore.dts

index 6de83c72bd7243448ca5bd0113880ce5c016fae0..971f9fc39c66c8ec22f7acf63970b7699587b29d 100644 (file)
 &can2 {
        status = "okay";
 };
+
+&i2c1 {
+       max11801: touchscreen@48 {
+               compatible = "maxim,max11801";
+               reg = <0x48>;
+               interrupt-parent = <&gpio3>;
+               interrupts = <31 IRQ_TYPE_EDGE_FALLING>;
+       };
+};