diff options
author | Marek Vasut <marex@denx.de> | 2013-01-11 18:35:08 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-01-13 19:47:51 -0500 |
commit | da021ee3a069b897833f737d86a343b860ad7a54 (patch) | |
tree | 157e02890351f0ee202d83ceb9c57a9b57e9a313 /arch | |
parent | 5b615fbf4a856fd82a080e1ca5a5c53a55136e07 (diff) |
ARM: mxs: Enable touchscreen on m28evk
This patch adds necessary DT properties to m28evk to enable touchscreen
in the LRADC block. The M28EVK is shipped with 4-wire resistive touchscreen.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28evk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts index 3bab6b00c52d..6ce3d17c3a29 100644 --- a/arch/arm/boot/dts/imx28-m28evk.dts +++ b/arch/arm/boot/dts/imx28-m28evk.dts | |||
@@ -177,6 +177,7 @@ | |||
177 | 177 | ||
178 | lradc@80050000 { | 178 | lradc@80050000 { |
179 | status = "okay"; | 179 | status = "okay"; |
180 | fsl,lradc-touchscreen-wires = <4>; | ||
180 | }; | 181 | }; |
181 | 182 | ||
182 | duart: serial@80074000 { | 183 | duart: serial@80074000 { |