diff options
author | Bryan Wu <pengw@nvidia.com> | 2013-01-02 15:53:50 -0800 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-01-28 11:24:07 -0700 |
commit | 6b81c427c08c572ef9e4f20024e71eacbb1a70b6 (patch) | |
tree | 419356289981e6eeb482197c146af15350c8c7ab /Documentation | |
parent | 11a3c868f923b1c0b7a5c532881883b7db077ec3 (diff) | |
download | linux-6b81c427c08c572ef9e4f20024e71eacbb1a70b6.tar.gz linux-6b81c427c08c572ef9e4f20024e71eacbb1a70b6.tar.bz2 linux-6b81c427c08c572ef9e4f20024e71eacbb1a70b6.zip |
ARM: DT: tegra: Add board level compatible properties
The compatible properties of Tegra SoC based boards or machines need
to be documented. This patch adds these board levle compatible
properties into device tree binding document.
Signed-off-by: Bryan Wu <pengw@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index 6e69d2e5e766..665c54d6112e 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt @@ -1,14 +1,31 @@ NVIDIA Tegra device tree bindings ------------------------------------------- -Boards with the tegra20 SoC shall have the following properties: +SoCs +------------------------------------------- -Required root node property: +Each device tree must specify which Tegra SoC it uses, using one of the +following compatible values: -compatible = "nvidia,tegra20"; + nvidia,tegra20 + nvidia,tegra30 -Boards with the tegra30 SoC shall have the following properties: +Boards +------------------------------------------- -Required root node property: +Each device tree must specify which one or more of the following +board-specific compatible values: -compatible = "nvidia,tegra30"; + ad,medcom-wide + ad,plutux + ad,tamonten + ad,tec + compal,paz00 + compulab,trimslice + nvidia,cardhu + nvidia,cardhu-a02 + nvidia,cardhu-a04 + nvidia,harmony + nvidia,seaboard + nvidia,ventana + nvidia,whistler |