summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorPeter De Schrijver2011-12-14 16:03:13 +0100
committerOlof Johansson2011-12-18 01:14:49 +0100
commitc3e00a0eff4c05717915ac7a8e4646db3882aebf (patch)
treef988462b879fb5e83849a1df4827d2d0740e256a /Documentation/devicetree
parentarm/tegra: convert tegra20 to GIC devicetree binding (diff)
downloadkernel-qcow2-linux-c3e00a0eff4c05717915ac7a8e4646db3882aebf.tar.gz
kernel-qcow2-linux-c3e00a0eff4c05717915ac7a8e4646db3882aebf.tar.xz
kernel-qcow2-linux-c3e00a0eff4c05717915ac7a8e4646db3882aebf.zip
arm/tegra: initial device tree for tegra30
This patch adds the initial device tree for tegra30 Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Acked-by: Colin Cross <ccross@android.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/arm/tegra.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt
new file mode 100644
index 000000000000..6e69d2e5e766
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/tegra.txt
@@ -0,0 +1,14 @@
+NVIDIA Tegra device tree bindings
+-------------------------------------------
+
+Boards with the tegra20 SoC shall have the following properties:
+
+Required root node property:
+
+compatible = "nvidia,tegra20";
+
+Boards with the tegra30 SoC shall have the following properties:
+
+Required root node property:
+
+compatible = "nvidia,tegra30";