aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/nspire.txt
diff options
context:
space:
mode:
authorDaniel Tang <dt.tangr@gmail.com>2013-06-11 18:40:18 +1000
committerArnd Bergmann <arnd@arndb.de>2013-06-21 20:06:29 +0200
commitd907849e0dbaeacb34e0a6a3b49ebeaf8c49355e (patch)
tree2cd451d041d7c8dcb27c8ff89b00b92bf69431b4 /Documentation/devicetree/bindings/arm/nspire.txt
parentLinux 3.10-rc6 (diff)
downloadlinux-dev-d907849e0dbaeacb34e0a6a3b49ebeaf8c49355e.tar.xz
linux-dev-d907849e0dbaeacb34e0a6a3b49ebeaf8c49355e.zip
arm: Add device trees for TI-Nspire hardware
This patch adds device trees for describing the TI-Nspire hardware. Changes between v1 and v2: * Change "keymap" binding to the standard "linux,keymap" binding. Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/nspire.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/nspire.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/nspire.txt b/Documentation/devicetree/bindings/arm/nspire.txt
new file mode 100644
index 000000000000..4d08518bd176
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/nspire.txt
@@ -0,0 +1,14 @@
+TI-NSPIRE calculators
+
+Required properties:
+- compatible: Compatible property value should contain "ti,nspire".
+ CX models should have "ti,nspire-cx"
+ Touchpad models should have "ti,nspire-tp"
+ Clickpad models should have "ti,nspire-clp"
+
+Example:
+
+/ {
+ model = "TI-NSPIRE CX";
+ compatible = "ti,nspire-cx";
+ ...