ARM: mxs: Enable touchscreen on m28evk
authorMarek Vasut <marex@denx.de>
Fri, 11 Jan 2013 23:35:08 +0000 (00:35 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 14 Jan 2013 00:47:51 +0000 (08:47 +0800)
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>
arch/arm/boot/dts/imx28-m28evk.dts

index 3bab6b0..6ce3d17 100644 (file)
 
                        lradc@80050000 {
                                status = "okay";
+                               fsl,lradc-touchscreen-wires = <4>;
                        };
 
                        duart: serial@80074000 {