projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865fc40
)
ARM: dts: TS-4800: add touchscreen support
author
Damien Riegel
<damien.riegel@savoirfairelinux.com>
Fri, 18 Dec 2015 17:00:33 +0000
(12:00 -0500)
committer
Shawn Guo
<shawnguo@kernel.org>
Tue, 22 Dec 2015 12:43:42 +0000
(20:43 +0800)
This commit enables the touchscreen on TS-4800, using the ts4800-ts
driver.
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-ts4800.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx51-ts4800.dts
b/arch/arm/boot/dts/imx51-ts4800.dts
index aa8f00a04a382249159a826859bcb1aef80f30a9..0ff76a1bc0f1b66e7681ea175a1b7cc82343cdd6 100644
(file)
--- a/
arch/arm/boot/dts/imx51-ts4800.dts
+++ b/
arch/arm/boot/dts/imx51-ts4800.dts
@@
-159,6
+159,12
@@
syscon = <&syscon 0xe>;
};
};
+
+ touchscreen {
+ compatible = "technologic,ts4800-ts";
+ reg = <0x12000 0x1000>;
+ syscon = <&syscon 0x10 6>;
+ };
};
};