From 4761d0d63186d22899a13483b42b0133d32e6a86 Mon Sep 17 00:00:00 2001 From: Oleksandr Suvorov Date: Wed, 30 Dec 2020 19:40:11 +0200 Subject: ARM: dts: apalis-imx6: rearrange the fusion f0710a touchscreen As the Fusion touchscreen is not belong to the specific board but a part of peripheral, move it to the module level. Add the node name to use it in an overlay. Related-to: ELB-3398 Signed-off-by: Oleksandr Suvorov --- arch/arm/boot/dts/imx6qdl-apalis.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'arch/arm/boot/dts/imx6qdl-apalis.dtsi') diff --git a/arch/arm/boot/dts/imx6qdl-apalis.dtsi b/arch/arm/boot/dts/imx6qdl-apalis.dtsi index 84d08f01ab44..ac683d1145de 100644 --- a/arch/arm/boot/dts/imx6qdl-apalis.dtsi +++ b/arch/arm/boot/dts/imx6qdl-apalis.dtsi @@ -561,6 +561,15 @@ reset-gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; status = "disabled"; }; + + fusion_f0710a: pcap@10 { + /* TouchRevolution Fusion 7 and 10 multi-touch controller */ + compatible = "touchrevolution,fusion-f0710a"; + reg = <0x10>; + gpios = <&gpio6 10 GPIO_ACTIVE_HIGH /* MXM3 11, Pen down interrupt */ + &gpio6 9 GPIO_ACTIVE_HIGH /* MXM3 13, Reset */ + >; + }; }; /* -- cgit v1.2.3