diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-01-08 18:38:12 +0100 |
---|---|---|
committer | Andrew Lunn <andrew@lunn.ch> | 2015-01-09 16:16:05 +0100 |
commit | 912cdb4eb08d23704d629d8191a1ee9bcf53e71c (patch) | |
tree | b138549b418186c215a573e327df8b51e059ae44 /Documentation | |
parent | ARM: mvebu: a38x: Add missing labels (diff) | |
download | linux-912cdb4eb08d23704d629d8191a1ee9bcf53e71c.tar.xz linux-912cdb4eb08d23704d629d8191a1ee9bcf53e71c.zip |
ARM: mvebu: Document the Device Tree binding for the Armada 388 SoC
Update the binding documentation of the Armada 38x Soc family with
the Armada 388.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/armada-38x.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/armada-38x.txt b/Documentation/devicetree/bindings/arm/armada-38x.txt index ad9f8ed4d9bd..202953f1887e 100644 --- a/Documentation/devicetree/bindings/arm/armada-38x.txt +++ b/Documentation/devicetree/bindings/arm/armada-38x.txt @@ -15,6 +15,13 @@ Required root node property: compatible: must contain "marvell,armada385" +In addition, boards using the Marvell Armada 388 SoC shall have the +following property before the previous one: + +Required root node property: + +compatible: must contain "marvell,armada388" + Example: compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380"; |