Commit 059a58fc authored by Jorge Ramirez-Ortiz's avatar Jorge Ramirez-Ortiz Committed by Kevin Hilman

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

Extend configuring the MAC address from u-boot to all meson boards.

I didn't test this changeset but having checked libretech's u-boot
tree I believe it should just work.
Signed-off-by: default avatarJorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent f7c36209
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
/ { / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -52,6 +52,7 @@ / { ...@@ -52,6 +52,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -54,6 +54,7 @@ / { ...@@ -54,6 +54,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -53,6 +53,7 @@ / { ...@@ -53,6 +53,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
/ { / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -47,6 +47,7 @@ / { ...@@ -47,6 +47,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -16,6 +16,7 @@ / { ...@@ -16,6 +16,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -29,6 +29,7 @@ button-function { ...@@ -29,6 +29,7 @@ button-function {
aliases { aliases {
serial2 = &uart_AO_B; serial2 = &uart_AO_B;
ethernet0 = &ethmac;
}; };
gpio-keys-polled { gpio-keys-polled {
......
...@@ -52,6 +52,7 @@ / { ...@@ -52,6 +52,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -17,6 +17,7 @@ / { ...@@ -17,6 +17,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
serial1 = &uart_A; serial1 = &uart_A;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -54,6 +54,7 @@ / { ...@@ -54,6 +54,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
...@@ -58,6 +58,7 @@ / { ...@@ -58,6 +58,7 @@ / {
aliases { aliases {
serial0 = &uart_AO; serial0 = &uart_AO;
ethernet0 = &ethmac;
}; };
chosen { chosen {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment