summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx51-ts4800.dts
diff options
context:
space:
mode:
authorDamien Riegel <damien.riegel@savoirfairelinux.com>2015-12-18 12:00:33 -0500
committerShawn Guo <shawnguo@kernel.org>2015-12-22 20:43:42 +0800
commitf736c596f439cc4e768579f61ba081192a38d4ac (patch)
tree23280870cd9cb55db07675572bd92fda29e6811d /arch/arm/boot/dts/imx51-ts4800.dts
parent865fc4014d8745dedec81dc9a1ab9bcfaba1e792 (diff)
ARM: dts: TS-4800: add touchscreen support
This commit enables the touchscreen on TS-4800, using the ts4800-ts driver. Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-ts4800.dts')
-rw-r--r--arch/arm/boot/dts/imx51-ts4800.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-ts4800.dts b/arch/arm/boot/dts/imx51-ts4800.dts
index aa8f00a04a38..0ff76a1bc0f1 100644
--- a/arch/arm/boot/dts/imx51-ts4800.dts
+++ b/arch/arm/boot/dts/imx51-ts4800.dts
@@ -159,6 +159,12 @@
syscon = <&syscon 0xe>;
};
};
+
+ touchscreen {
+ compatible = "technologic,ts4800-ts";
+ reg = <0x12000 0x1000>;
+ syscon = <&syscon 0x10 6>;
+ };
};
};