]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: TS-4800: add touchscreen support
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Fri, 18 Dec 2015 17:00:33 +0000 (12:00 -0500)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Dec 2015 12:43:42 +0000 (20:43 +0800)
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>
arch/arm/boot/dts/imx51-ts4800.dts

index aa8f00a04a382249159a826859bcb1aef80f30a9..0ff76a1bc0f1b66e7681ea175a1b7cc82343cdd6 100644 (file)
                                syscon = <&syscon 0xe>;
                        };
                };
+
+               touchscreen {
+                       compatible = "technologic,ts4800-ts";
+                       reg = <0x12000 0x1000>;
+                       syscon = <&syscon 0x10 6>;
+               };
        };
 };