Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7c36209 authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Kevin Hilman
Browse files

ARM64: dts: meson s905x: accept MAC addr from u-boot environment



With the adequate configuration settings, u-boot will loop through the
list of aliases looking for "ethernetX".

By adding an ethernet alias, u-boot can fixup the local-mac-address
property in the kernel's device tree using a value held in its
environment variable ethaddr.

Tested-by: default avatarJorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: default avatarJorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 3e5925c6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

	aliases {
		serial0 = &uart_AO;
		ethernet0 = &ethmac;
	};

	chosen {