ARM: dts: uniphier: Add ethernet aliases
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Fri, 3 Apr 2020 01:43:05 +0000 (10:43 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 4 May 2020 00:23:26 +0000 (09:23 +0900)
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>
arch/arm/boot/dts/uniphier-ld6b-ref.dts
arch/arm/boot/dts/uniphier-pro4-ace.dts
arch/arm/boot/dts/uniphier-pro4-ref.dts
arch/arm/boot/dts/uniphier-pro4-sanji.dts
arch/arm/boot/dts/uniphier-pxs2-gentil.dts
arch/arm/boot/dts/uniphier-pxs2-vodka.dts

index 60994b6..079cadc 100644 (file)
@@ -29,6 +29,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 92cc48d..64246fa 100644 (file)
@@ -26,6 +26,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 854f2eb..181442c 100644 (file)
@@ -29,6 +29,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index dda1a2f..5396556 100644 (file)
@@ -25,6 +25,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index e27fd4f..8e9ac57 100644 (file)
@@ -26,6 +26,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 23fe42b..8eacc7b 100644 (file)
@@ -24,6 +24,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {