Skip to content

Commit

Permalink
ARM: mxs: Enable touchscreen on m28evk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marek Vasut authored and Shawn Guo committed Jan 14, 2013
1 parent 5b615fb commit da021ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/imx28-m28evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@

lradc@80050000 {
status = "okay";
fsl,lradc-touchscreen-wires = <4>;
};

duart: serial@80074000 {
Expand Down

0 comments on commit da021ee

Please sign in to comment.