diff options
author | Jorge Ramirez-Ortiz <jramirez@baylibre.com> | 2018-01-17 11:56:27 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-02-12 14:15:10 -0800 |
commit | 059a58fcd53a78b898f26c26a1c37816ba306933 (patch) | |
tree | 4997e76bce9466c6c1f7f003f7603b7c05553654 /arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | |
parent | f7c36209c46c4d162202b65eed2e66962ad8c3c1 (diff) | |
download | linux-059a58fcd53a78b898f26c26a1c37816ba306933.tar.gz |
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: Jorge Ramirez-Ortiz <jramirez@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts index 011e8e08e429..2ce7258a147b 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nanopi-k2.dts @@ -52,6 +52,7 @@ aliases { serial0 = &uart_AO; + ethernet0 = ðmac; }; chosen { |