diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2015-06-30 16:20:21 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-30 09:37:09 -0700 |
commit | ea3b55fe83b5fcede82d183164b9d6831b26e33b (patch) | |
tree | 6f3c266e4fe055baec9ae44ce4f6ca2da404cb0c /arch/arm/boot/dts/armada-xp.dtsi | |
parent | f522a975a8101895a85354b9c143f41b8248e71a (diff) | |
download | linux-ea3b55fe83b5fcede82d183164b9d6831b26e33b.tar.gz linux-ea3b55fe83b5fcede82d183164b9d6831b26e33b.tar.bz2 linux-ea3b55fe83b5fcede82d183164b9d6831b26e33b.zip |
ARM: mvebu: update Ethernet compatible string for Armada XP
This patch updates the Ethernet DT nodes for Armada XP SoCs with the
compatible string "marvell,armada-xp-neta".
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Fixes: 77916519cba3 ("arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces")
Cc: <stable@vger.kernel.org> # v3.8+
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot/dts/armada-xp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp.dtsi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp.dtsi b/arch/arm/boot/dts/armada-xp.dtsi index 013d63f69e36..8fdd6d7c0ab1 100644 --- a/arch/arm/boot/dts/armada-xp.dtsi +++ b/arch/arm/boot/dts/armada-xp.dtsi @@ -177,7 +177,7 @@ }; eth2: ethernet@30000 { - compatible = "marvell,armada-370-neta"; + compatible = "marvell,armada-xp-neta"; reg = <0x30000 0x4000>; interrupts = <12>; clocks = <&gateclk 2>; @@ -220,6 +220,14 @@ }; }; + ethernet@70000 { + compatible = "marvell,armada-xp-neta"; + }; + + ethernet@74000 { + compatible = "marvell,armada-xp-neta"; + }; + xor@f0900 { compatible = "marvell,orion-xor"; reg = <0xF0900 0x100 |