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-98dx4251.dtsi | |
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-98dx4251.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-98dx4251.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi index b9d9b269efb4..51de91b31a9d 100644 --- a/arch/arm/boot/dts/armada-xp-98dx4251.dtsi +++ b/arch/arm/boot/dts/armada-xp-98dx4251.dtsi @@ -49,7 +49,7 @@ / { model = "Marvell 98DX4251 SoC"; - compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armadaxp", "marvell,armada-370-xp"; + compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp"; cpus { cpu@1 { |