ARM: dts: imx25-pdk: Add touchscreen support
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>
This commit is contained in:
parent
df5cc9d0b4
commit
4a5b479b1f
|
@ -295,6 +295,14 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&tsc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&tscadc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_uart1>;
|
||||
|
|
Loading…
Reference in New Issue