mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
8dbdb8e704
Wildcards in compatible strings should be avoid. "marvell,armada38x" was recently introduced but was not yet used. The armada 385 SoC is a superset of the armada 380 SoC (with more CPUs and more PCIe slots). So this patch replaces the use of "marvell,armada38x" by the "marvell,armada380" string. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Link: https://lkml.kernel.org/r/1403533011-21339-1-git-send-email-gregory.clement@free-electrons.com Acked-by: Andrew Lunn <andrew@lunn.ch> Cc: <stable@vger.kernel.org> # v3.15+ Signed-off-by: Jason Cooper <jason@lakedaemon.net>
21 lines
540 B
Plaintext
21 lines
540 B
Plaintext
Marvell Armada 38x Platforms Device Tree Bindings
|
|
-------------------------------------------------
|
|
|
|
Boards with a SoC of the Marvell Armada 38x family shall have the
|
|
following property:
|
|
|
|
Required root node property:
|
|
|
|
- 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";
|