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-pxs3-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-pxs3-ref.dts')
-rw-r--r-- | arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts index 4d00ff9548e1..dc39a73dc781 100644 --- a/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts +++ b/arch/arm64/boot/dts/socionext/uniphier-pxs3-ref.dts @@ -29,6 +29,8 @@ i2c6 = &i2c6; spi0 = &spi0; spi1 = &spi1; + ethernet0 = ð0; + ethernet1 = ð1; }; memory@80000000 { |