diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-04-03 03:43:05 +0200 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-04 02:23:26 +0200 |
commit | 94a8c115cc5ed8e7afff3bcda243210276a33927 (patch) | |
tree | 452e4b107bff7ae764180814f2f7da0a139c3f91 /arch/arm/boot/dts/uniphier-pro4-sanji.dts | |
parent | ARM: dts: uniphier: Add XDMAC node (diff) | |
download | linux-94a8c115cc5ed8e7afff3bcda243210276a33927.tar.xz linux-94a8c115cc5ed8e7afff3bcda243210276a33927.zip |
ARM: dts: uniphier: Add ethernet aliases
Add an 'aliases' property 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/arm/boot/dts/uniphier-pro4-sanji.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-sanji.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-sanji.dts b/arch/arm/boot/dts/uniphier-pro4-sanji.dts index dda1a2f214a8..5396556dee58 100644 --- a/arch/arm/boot/dts/uniphier-pro4-sanji.dts +++ b/arch/arm/boot/dts/uniphier-pro4-sanji.dts @@ -25,6 +25,7 @@ i2c3 = &i2c3; i2c5 = &i2c5; i2c6 = &i2c6; + ethernet0 = ð }; memory@80000000 { |