Skip to content

Commit c4368ab

Browse files
tmn505gregkh
authored andcommitted
arm64: dts: marvell: espressobin: add ethernet alias
commit 5253cb8 upstream. The maker of this board and its variants, stores MAC address in U-Boot environment. Add alias for bootloader to recognise, to which ethernet node inject the factory MAC address. Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> [pali: Backported to 5.4 and older versions] Signed-off-by: Pali Rohár <pali@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 2406c45 commit c4368ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/boot/dts/marvell/armada-3720-espressobin.dts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
model = "Globalscale Marvell ESPRESSOBin Board";
2020
compatible = "globalscale,espressobin", "marvell,armada3720", "marvell,armada3710";
2121

22+
aliases {
23+
ethernet0 = &eth0;
24+
serial0 = &uart0;
25+
serial1 = &uart1;
26+
};
27+
2228
chosen {
2329
stdout-path = "serial0:115200n8";
2430
};

0 commit comments

Comments
 (0)