diff options
author | Adam Ford <aford173@gmail.com> | 2019-11-06 17:23:08 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-09 03:28:06 +0300 |
commit | 388adcbb08ef5f93062ec3e384d26fbb54233947 (patch) | |
tree | f44f59e72d3410f81081fc03c1fa7add065395d9 /arch/arm/boot/dts/imx6q-logicpd.dts | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
download | linux-388adcbb08ef5f93062ec3e384d26fbb54233947.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-logicpd.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-logicpd.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-logicpd.dts b/arch/arm/boot/dts/imx6q-logicpd.dts index d96ae54be338..7a3d1d3e54a9 100644 --- a/arch/arm/boot/dts/imx6q-logicpd.dts +++ b/arch/arm/boot/dts/imx6q-logicpd.dts @@ -73,6 +73,16 @@ status = "okay"; }; +&i2c1 { + touchscreen@26 { + compatible = "ilitek,ili2117"; + reg = <0x26>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_touchscreen>; + interrupts-extended = <&gpio1 6 IRQ_TYPE_EDGE_RISING>; + }; +}; + &ldb { status = "okay"; |