diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-04-03 10:43:05 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-04 09:23:26 +0900 |
commit | 94a8c115cc5ed8e7afff3bcda243210276a33927 (patch) | |
tree | 452e4b107bff7ae764180814f2f7da0a139c3f91 /arch/arm/boot/dts/uniphier-pro4-ace.dts | |
parent | 07569acbef1d00c48dc4db4f140aab2dbb58df0b (diff) | |
download | linux-94a8c115cc5ed8e7afff3bcda243210276a33927.tar.gz |
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-ace.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-pro4-ace.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-ace.dts b/arch/arm/boot/dts/uniphier-pro4-ace.dts index 92cc48dd86d0..64246fad325c 100644 --- a/arch/arm/boot/dts/uniphier-pro4-ace.dts +++ b/arch/arm/boot/dts/uniphier-pro4-ace.dts @@ -26,6 +26,7 @@ i2c3 = &i2c3; i2c5 = &i2c5; i2c6 = &i2c6; + ethernet0 = ð }; memory@80000000 { |