From: Tomasz Maciej Nowak Date: Thu, 27 Feb 2020 16:52:32 +0000 (+0100) Subject: arm64: dts: marvell: espressobin: add ethernet alias X-Git-Tag: Ubuntu-5.10.0-12.13~3162^2~27^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5253cb8c00a6f4356760efb38bca0e0393aa06de;p=mirror_ubuntu-hirsute-kernel.git arm64: dts: marvell: espressobin: add ethernet alias 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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi index 53b8ac55a7f3..e5262dab28f5 100644 --- a/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi +++ b/arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi @@ -13,6 +13,12 @@ #include "armada-372x.dtsi" / { + aliases { + ethernet0 = ð0; + serial0 = &uart0; + serial1 = &uart1; + }; + chosen { stdout-path = "serial0:115200n8"; };