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

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>

authored by

Damien Riegel and committed by
Shawn Guo
f736c596 865fc401

+6
+6
arch/arm/boot/dts/imx51-ts4800.dts
··· 159 159 syscon = <&syscon 0xe>; 160 160 }; 161 161 }; 162 + 163 + touchscreen { 164 + compatible = "technologic,ts4800-ts"; 165 + reg = <0x12000 0x1000>; 166 + syscon = <&syscon 0x10 6>; 167 + }; 162 168 }; 163 169 }; 164 170