Skip to content

Commit

Permalink
arm: dts: am335x sk: add touchscreen support
Browse files Browse the repository at this point in the history
Add missing nodes for the touchscreen available on AM335x EVM SK.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Felipe Balbi authored and Dmitry Torokhov committed Nov 11, 2013
1 parent c9aeb24 commit 2c027b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/am335x-evmsk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -419,3 +419,13 @@
phy_id = <&davinci_mdio>, <1>;
phy-mode = "rgmii-txid";
};

&tscadc {
status = "okay";
tsc {
ti,wires = <4>;
ti,x-plate-resistance = <200>;
ti,coordinate-readouts = <5>;
ti,wire-config = <0x00 0x11 0x22 0x33>;
};
};

0 comments on commit 2c027b7

Please sign in to comment.