Skip to content

Commit ea3b55f

Browse files
simonguinotdavem330
authored andcommitted
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: 7791651 ("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>
1 parent f522a97 commit ea3b55f

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

arch/arm/boot/dts/armada-370-xp.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@
270270
};
271271

272272
eth0: ethernet@70000 {
273-
compatible = "marvell,armada-370-neta";
274273
reg = <0x70000 0x4000>;
275274
interrupts = <8>;
276275
clocks = <&gateclk 4>;
@@ -286,7 +285,6 @@
286285
};
287286

288287
eth1: ethernet@74000 {
289-
compatible = "marvell,armada-370-neta";
290288
reg = <0x74000 0x4000>;
291289
interrupts = <10>;
292290
clocks = <&gateclk 3>;

arch/arm/boot/dts/armada-370.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,14 @@
307307
dmacap,memset;
308308
};
309309
};
310+
311+
ethernet@70000 {
312+
compatible = "marvell,armada-370-neta";
313+
};
314+
315+
ethernet@74000 {
316+
compatible = "marvell,armada-370-neta";
317+
};
310318
};
311319
};
312320
};

arch/arm/boot/dts/armada-xp-mv78260.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
};
319319

320320
eth3: ethernet@34000 {
321-
compatible = "marvell,armada-370-neta";
321+
compatible = "marvell,armada-xp-neta";
322322
reg = <0x34000 0x4000>;
323323
interrupts = <14>;
324324
clocks = <&gateclk 1>;

arch/arm/boot/dts/armada-xp-mv78460.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
};
357357

358358
eth3: ethernet@34000 {
359-
compatible = "marvell,armada-370-neta";
359+
compatible = "marvell,armada-xp-neta";
360360
reg = <0x34000 0x4000>;
361361
interrupts = <14>;
362362
clocks = <&gateclk 1>;

arch/arm/boot/dts/armada-xp.dtsi

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
};
178178

179179
eth2: ethernet@30000 {
180-
compatible = "marvell,armada-370-neta";
180+
compatible = "marvell,armada-xp-neta";
181181
reg = <0x30000 0x4000>;
182182
interrupts = <12>;
183183
clocks = <&gateclk 2>;
@@ -220,6 +220,14 @@
220220
};
221221
};
222222

223+
ethernet@70000 {
224+
compatible = "marvell,armada-xp-neta";
225+
};
226+
227+
ethernet@74000 {
228+
compatible = "marvell,armada-xp-neta";
229+
};
230+
223231
xor@f0900 {
224232
compatible = "marvell,orion-xor";
225233
reg = <0xF0900 0x100

0 commit comments

Comments
 (0)