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: Jorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: Jorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Jorge Ramirez-Ortiz 2018-01-17 11:55:43 +01:00 committed by Kevin Hilman
parent 3e5925c622
commit f7c36209c4

View file

@ -18,6 +18,7 @@ / {
aliases {
serial0 = &uart_AO;
ethernet0 = &ethmac;
};
chosen {