projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9aeb24
)
arm: dts: am335x sk: add touchscreen support
author
Felipe Balbi
<balbi@ti.com>
Mon, 11 Nov 2013 07:58:31 +0000
(23:58 -0800)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 11 Nov 2013 08:01:46 +0000
(
00:01
-0800)
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>
arch/arm/boot/dts/am335x-evmsk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/am335x-evmsk.dts
b/arch/arm/boot/dts/am335x-evmsk.dts
index 4f339fa91c5772b7eaaa4c9a306a1d6808387765..d7c2c0c58437f4c7f27b6656697f27c440776785 100644
(file)
--- a/
arch/arm/boot/dts/am335x-evmsk.dts
+++ b/
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>;
+ };
+};