Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6q-logicpd: Enable ili2117a Touchscreen

The LCD used with the imx6q-logicpd board has an integrated
ili2117a touch controller connected to i2c1.

This patch adds the node to enable this feature.

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Adam Ford and committed by
Shawn Guo
388adcbb e42617b8

+10
+10
arch/arm/boot/dts/imx6q-logicpd.dts
··· 73 73 status = "okay"; 74 74 }; 75 75 76 + &i2c1 { 77 + touchscreen@26 { 78 + compatible = "ilitek,ili2117"; 79 + reg = <0x26>; 80 + pinctrl-names = "default"; 81 + pinctrl-0 = <&pinctrl_touchscreen>; 82 + interrupts-extended = <&gpio1 6 IRQ_TYPE_EDGE_RISING>; 83 + }; 84 + }; 85 + 76 86 &ldb { 77 87 status = "okay"; 78 88