From: Damien Riegel Date: Fri, 18 Dec 2015 17:00:33 +0000 (-0500) Subject: ARM: dts: TS-4800: add touchscreen support X-Git-Tag: v4.5-rc1~43^2~18^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f736c596f439cc4e768579f61ba081192a38d4ac;p=karo-tx-linux.git 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 Signed-off-by: Shawn Guo --- 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>; + }; }; };