diff options
author | Jason Cooper <jason@lakedaemon.net> | 2014-07-24 23:10:02 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-24 23:10:02 +0000 |
commit | 54ef3fe6970b040e9b6d1fc7f64f8dcab5cfb743 (patch) | |
tree | 924613494fac61514c0fc806920ed5032f2322a6 /Documentation | |
parent | b03e119fff8a06f55faaaa11c6259829fe81cbb4 (diff) | |
parent | e53b1fd432497942a0fdfd0e89c3d30241cb4d2c (diff) |
Merge branch 'mvebu/soc-cpuidle' into mvebu/soc
Conflicts:
arch/arm/mach-mvebu/pmsu.c
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/armada-38x.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/armada-38x.txt b/Documentation/devicetree/bindings/arm/armada-38x.txt index 11f2330a655..ad9f8ed4d9b 100644 --- a/Documentation/devicetree/bindings/arm/armada-38x.txt +++ b/Documentation/devicetree/bindings/arm/armada-38x.txt @@ -6,5 +6,15 @@ following property: Required root node property: - - compatible: must contain either "marvell,armada380" or - "marvell,armada385" depending on the variant of the SoC being used. + - compatible: must contain "marvell,armada380" + +In addition, boards using the Marvell Armada 385 SoC shall have the +following property before the previous one: + +Required root node property: + +compatible: must contain "marvell,armada385" + +Example: + +compatible = "marvell,a385-rd", "marvell,armada385", "marvell,armada380"; |