diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-04-03 04:43:05 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-05-04 03:23:26 +0300 |
commit | 94a8c115cc5ed8e7afff3bcda243210276a33927 (patch) | |
tree | 452e4b107bff7ae764180814f2f7da0a139c3f91 /arch/arm/boot/dts/uniphier-ld6b-ref.dts | |
parent | 07569acbef1d00c48dc4db4f140aab2dbb58df0b (diff) | |
download | linux-94a8c115cc5ed8e7afff3bcda243210276a33927.tar.xz |
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-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index 60994b6e8b99..079cadc11e6c 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -29,6 +29,7 @@ i2c4 = &i2c4; i2c5 = &i2c5; i2c6 = &i2c6; + ethernet0 = ð }; memory@80000000 { |