diff options
author | Sekhar Nori <nsekhar@ti.com> | 2012-08-28 13:57:52 +0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2012-10-29 13:54:42 +0400 |
commit | 689e331f3fb6e0a44155eef35fe19caf3285c6ce (patch) | |
tree | 2a552fc6ce0d22663a0e5eaa7cecac2b57d94358 /Documentation/devicetree/bindings/arm/davinci.txt | |
parent | 8e0d72d2c7a6955692ba0a21bbf5ca86e8061777 (diff) | |
download | linux-689e331f3fb6e0a44155eef35fe19caf3285c6ce.tar.xz |
ARM: davinci: da850: add DT boot support
Add support for booting DA850 using flattened device
tree to describe the hardware. At this time only the
very basic bootup using a serial console is supported.
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/davinci.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/davinci.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt new file mode 100644 index 000000000000..aa4e7a156dd2 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/davinci.txt @@ -0,0 +1,9 @@ +Texas Instruments DaVinci Platforms Device Tree Bindings +-------------------------------------------------------- + +Generic DaVinci Boards +---------------------- + +DA850/OMAP-L138/AM18x generic board +Required root node properties: + - compatible = "ti,da850"; |