Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c027b7c authored by Felipe Balbi's avatar Felipe Balbi Committed by Dmitry Torokhov
Browse files

arm: dts: am335x sk: add touchscreen support



Add missing nodes for the touchscreen available on AM335x EVM SK.

Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent c9aeb249
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};