]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: imx25-pdk: Add touchscreen support
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 28 Sep 2017 14:25:57 +0000 (11:25 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Oct 2017 06:47:39 +0000 (14:47 +0800)
Add support for the built-in touchscreen controller present on MX25.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx25-pdk.dts

index c52692821fb14beb23408e2297288fd77b751a44..5ef2fed5e2de106f16e09806534a1d64edc331b0 100644 (file)
        status = "okay";
 };
 
+&tsc {
+       status = "okay";
+};
+
+&tscadc {
+       status = "okay";
+};
+
 &uart1 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_uart1>;