Explorar o código

arm: dts: am335x sk: add touchscreen support

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>
Felipe Balbi %!s(int64=11) %!d(string=hai) anos
pai
achega
2c027b7c48
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      arch/arm/boot/dts/am335x-evmsk.dts

+ 10 - 0
arch/arm/boot/dts/am335x-evmsk.dts

@@ -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>;
+	};
+};