diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2015-06-30 17:20:21 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-06-30 19:37:09 +0300 |
commit | ea3b55fe83b5fcede82d183164b9d6831b26e33b (patch) | |
tree | 6f3c266e4fe055baec9ae44ce4f6ca2da404cb0c /arch/arm/boot/dts/armada-xp-mv78460.dtsi | |
parent | f522a975a8101895a85354b9c143f41b8248e71a (diff) | |
download | linux-ea3b55fe83b5fcede82d183164b9d6831b26e33b.tar.xz |
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-mv78460.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-xp-mv78460.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-xp-mv78460.dtsi b/arch/arm/boot/dts/armada-xp-mv78460.dtsi index 661d54c81580..0e24f1a38540 100644 --- a/arch/arm/boot/dts/armada-xp-mv78460.dtsi +++ b/arch/arm/boot/dts/armada-xp-mv78460.dtsi @@ -356,7 +356,7 @@ }; eth3: ethernet@34000 { - compatible = "marvell,armada-370-neta"; + compatible = "marvell,armada-xp-neta"; reg = <0x34000 0x4000>; interrupts = <14>; clocks = <&gateclk 1>; |