Skip to content

Commit

Permalink
ARM: mvebu: update Ethernet compatible string for Armada XP
Browse files Browse the repository at this point in the history
This patch updates the Ethernet DT nodes for Armada XP SoCs with the
compatible string "marvell,armada-xp-neta".

Signed-off-by: Simon Guinot <[email protected]>
Fixes: 7791651 ("arm: mvebu: Armada XP MV78230 has only three Ethernet interfaces")
Cc: <[email protected]> # v3.8+
Acked-by: Gregory CLEMENT <[email protected]>
Reviewed-by: Thomas Petazzoni <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
simonguinot authored and davem330 committed Jun 30, 2015
1 parent f522a97 commit ea3b55f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 0 additions & 2 deletions arch/arm/boot/dts/armada-370-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@
};

eth0: ethernet@70000 {
compatible = "marvell,armada-370-neta";
reg = <0x70000 0x4000>;
interrupts = <8>;
clocks = <&gateclk 4>;
Expand All @@ -286,7 +285,6 @@
};

eth1: ethernet@74000 {
compatible = "marvell,armada-370-neta";
reg = <0x74000 0x4000>;
interrupts = <10>;
clocks = <&gateclk 3>;
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/armada-370.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,14 @@
dmacap,memset;
};
};

ethernet@70000 {
compatible = "marvell,armada-370-neta";
};

ethernet@74000 {
compatible = "marvell,armada-370-neta";
};
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-mv78260.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
};

eth3: ethernet@34000 {
compatible = "marvell,armada-370-neta";
compatible = "marvell,armada-xp-neta";
reg = <0x34000 0x4000>;
interrupts = <14>;
clocks = <&gateclk 1>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/armada-xp-mv78460.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
10 changes: 9 additions & 1 deletion arch/arm/boot/dts/armada-xp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ea3b55f

Please sign in to comment.