diff options
author | Chris Packham <chris.packham@alliedtelesis.co.nz> | 2017-02-16 09:50:37 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-03-08 09:52:53 +0100 |
commit | 43e28ba877089a53b76b029fe8f0facc9d2b56f4 (patch) | |
tree | 062183eebb406011a4342ef92085657eba77ca1f /arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts | |
parent | ARM: dts: armada-xp-98dx3236: combine dfx server nodes (diff) | |
download | linux-43e28ba877089a53b76b029fe8f0facc9d2b56f4.tar.xz linux-43e28ba877089a53b76b029fe8f0facc9d2b56f4.zip |
ARM: dts: Use armada-370-xp as a base for armada-xp-98dx3236
The Marvell datasheets refer to the integrated CPU as "Armada-XP". In
reality there are a number of differences to the actual Armada-XP so
rather than including armada-xp.dtsi and disabling many of the IP
blocks. Include armada-370-xp.dtsi and add the required nodes.
Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts b/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts index 4e07cb6ed800..06fce35d7491 100644 --- a/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts +++ b/arch/arm/boot/dts/armada-xp-db-xc3-24g4xg.dts @@ -58,7 +58,7 @@ / { model = "DB-XC3-24G4XG"; - compatible = "marvell,db-xc3-24g4xg", "marvell,armadaxp-98dx3336", "marvell,armadaxp", "marvell,armada-370-xp"; + compatible = "marvell,db-xc3-24g4xg", "marvell,armadaxp-98dx3336", "marvell,armada-370-xp"; chosen { bootargs = "console=ttyS0,115200 earlyprintk"; |