Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: mvebu: dt: add missing alias 'eth3' on Armada XP mv78260

It was correctly set on mv78460 but not on mv78260, resulting in my
OpenBlocks AX3-4 retrieving only 3 of its 4 MAC addresses from the
boot loader.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>

authored by

Willy Tarreau and committed by
Jason Cooper
14cfa4bd 38dbfb59

+2 -1
+2 -1
arch/arm/boot/dts/armada-xp-mv78260.dtsi
··· 23 23 gpio0 = &gpio0; 24 24 gpio1 = &gpio1; 25 25 gpio2 = &gpio2; 26 + eth3 = &eth3; 26 27 }; 27 28 28 29 cpus { ··· 292 291 interrupts = <91>; 293 292 }; 294 293 295 - ethernet@34000 { 294 + eth3: ethernet@34000 { 296 295 compatible = "marvell,armada-370-neta"; 297 296 reg = <0x34000 0x4000>; 298 297 interrupts = <14>;