diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-04-03 04:43:06 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-04 03:24:00 +0300 |
commit | 44f0746d60bcb575f2268a707e56c37208841e31 (patch) | |
tree | ff750ef5dd40f194ecd91d65d861e6ee3c20e26f /arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | |
parent | f03b998de02d66bd5bbbd616668e1a32194f238e (diff) | |
download | linux-44f0746d60bcb575f2268a707e56c37208841e31.tar.xz |
arm64: dts: uniphier: Add ethernet aliases
Add 'aliases' properties for ethernet device.
U-Boot performs a fix-up of the MAC address and will overwrite the values
from the Linux devicetree for aliased ethernet device. The MAC address can
be inherited from U-Boot by adding aliases of ethernet devices.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts index 406244a5c8e8..eeb976e7892d 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-ref.dts @@ -29,6 +29,7 @@ i2c3 = &i2c3; i2c4 = &i2c4; i2c5 = &i2c5; + ethernet0 = ð }; memory@80000000 { |