diff options
author | Thomas Petazzoni <[email protected]> | 2012-09-13 17:41:50 +0200 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2012-09-22 14:50:24 +0000 |
commit | 0bec30a7e3c2b044d232d679b049fd0c0421ea09 (patch) | |
tree | a587f810e174a8044ca6a6c4e3a3ef90a7e62eed | |
parent | d81b8bafc44b369b326b02af907554769e1b1434 (diff) |
ARM: mvebu: adjust Armada XP evaluation board DTS
The Armada XP evaluation board is based on the MV78460 Armava XP
SoC. Now that we have separate .dtsi files for the three different
SoCs of the Armada XP family, use the appropriate one as include for
the Armada XP evaluation board .dts file.
Signed-off-by: Thomas Petazzoni <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Acked-by: Thomas Petazzoni <[email protected]>
Tested-by: Thomas Petazzoni <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/armada-xp-db.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts index f97040d4258d..b1fc728515e9 100644 --- a/arch/arm/boot/dts/armada-xp-db.dts +++ b/arch/arm/boot/dts/armada-xp-db.dts @@ -14,11 +14,11 @@ */ /dts-v1/; -/include/ "armada-xp.dtsi" +/include/ "armada-xp-mv78460.dtsi" / { model = "Marvell Armada XP Evaluation Board"; - compatible = "marvell,axp-db", "marvell,armadaxp", "marvell,armada-370-xp"; + compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp"; chosen { bootargs = "console=ttyS0,115200 earlyprintk"; |