diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 18:38:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 18:38:49 -0500 |
commit | a8f3740feb12928be1aad19659bf3527ea8d6d96 (patch) | |
tree | f455479d5b9edd38ed2ca2ab878d2217025960db /Documentation/devicetree/bindings/arm/tegra.txt | |
parent | 6c5096e5538b455bc3bea2b02588c380f070d8c6 (diff) | |
parent | 89dfe564b5926297ee29b973fe75e25c83c5e615 (diff) |
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC device tree conversions from Arnd Bergmann:
"These are device tree conversions for a number of platforms, with the
intention of turning code from board files into device tree
descriptions. Notable changes are:
- davinci bindings for pinctrl, MTD, RTC, watchdog and i2c
- nomadik bindings for all devices, removing the board files
- bcm2835 bindings for mmc and i2c
- tegra bindings for hdmi, keyboard, audio, as well as some updates
- at91 bindings for hardware ecc and for devices on RM9200
- mxs bindings for cfa100xx
- sunxi support for Miniand Hackberry board"
* tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (72 commits)
Revert "sunxi: a10-cubieboard: Add user LEDs to the device tree"
Revert "sunxi: a13-olinuxino: Add user LED to the device tree"
clk: tegra: initialise parent of uart clocks
ARM: tegra: remove clock-frequency properties from serial nodes
clk: tegra: fix driver to match DT binding
clk: tegra: local arrays should be static
clk: tegra: Add missing spinlock for hclk and pclk
clk: tegra: Implement locking for super clock
clk: tegra: fix wrong clock index between se to sata_cold
sunxi: a13-olinuxino: Add user LED to the device tree
ARM: davinci: da850 DT: add support for machine reboot
ARM: davinci: da850: add wdt DT node
ARM: davinci: da850: add DT node for I2C0
ARM: at91: at91sam9n12: add DT parameters to enable PMECC
ARM: at91: at91sam9x5: add DT parameters to enable PMECC
ARM: at91: add EMAC bindings to RM9200 DT
ARM: at91: add SSC bindings to RM9200 DT
ARM: at91: add MMC bindings to RM9200 DT
ARM: at91: Animeo IP: enable watchdog support
ARM: nomadik: fix OF compilation regression
...
Diffstat (limited to 'Documentation/devicetree/bindings/arm/tegra.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.txt | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.txt b/Documentation/devicetree/bindings/arm/tegra.txt index 6e69d2e5e766..ed9c85334436 100644 --- a/Documentation/devicetree/bindings/arm/tegra.txt +++ b/Documentation/devicetree/bindings/arm/tegra.txt | |||
@@ -1,14 +1,34 @@ | |||
1 | NVIDIA Tegra device tree bindings | 1 | NVIDIA Tegra device tree bindings |
2 | ------------------------------------------- | 2 | ------------------------------------------- |
3 | 3 | ||
4 | Boards with the tegra20 SoC shall have the following properties: | 4 | SoCs |
5 | ------------------------------------------- | ||
5 | 6 | ||
6 | Required root node property: | 7 | Each device tree must specify which Tegra SoC it uses, using one of the |
8 | following compatible values: | ||
7 | 9 | ||
8 | compatible = "nvidia,tegra20"; | 10 | nvidia,tegra20 |
11 | nvidia,tegra30 | ||
9 | 12 | ||
10 | Boards with the tegra30 SoC shall have the following properties: | 13 | Boards |
14 | ------------------------------------------- | ||
11 | 15 | ||
12 | Required root node property: | 16 | Each device tree must specify which one or more of the following |
17 | board-specific compatible values: | ||
13 | 18 | ||
14 | compatible = "nvidia,tegra30"; | 19 | ad,medcom-wide |
20 | ad,plutux | ||
21 | ad,tamonten | ||
22 | ad,tec | ||
23 | compal,paz00 | ||
24 | compulab,trimslice | ||
25 | nvidia,beaver | ||
26 | nvidia,cardhu | ||
27 | nvidia,cardhu-a02 | ||
28 | nvidia,cardhu-a04 | ||
29 | nvidia,harmony | ||
30 | nvidia,seaboard | ||
31 | nvidia,ventana | ||
32 | nvidia,whistler | ||
33 | toradex,colibri_t20-512 | ||
34 | toradex,iris | ||