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 60994b6e8b99946dc27b350aeb13474daab4e62d..079cadc11e6ca7ee414700945366a83f5ea9332f 100644 (file)
@@ -29,6 +29,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 92cc48dd86d030ca59f68f96baa5746a6e4c94c6..64246fad325c148bca6c54e020a01008c8644bae 100644 (file)
@@ -26,6 +26,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 854f2eba3e72ef173597423b772b3d1306c8bebd..181442c48532a232af6a0408c6ef26697d11ea7b 100644 (file)
@@ -29,6 +29,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index dda1a2f214a8bfb2b4faa47c2853938056e189f6..5396556dee588c97334301bcb3a82496ebaaa815 100644 (file)
@@ -25,6 +25,7 @@
                i2c3 = &i2c3;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index e27fd4f2a5690802fb317eb5e9359c3804acbeaa..8e9ac579aa9aabba7a650d2a649070a3dcd14c28 100644 (file)
@@ -26,6 +26,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {
index 23fe42b7408bb4036f0b588a852660aa2b5adb28..8eacc7bdecb765502562369293a8b38ae02a9451 100644 (file)
@@ -24,6 +24,7 @@
                i2c4 = &i2c4;
                i2c5 = &i2c5;
                i2c6 = &i2c6;
+               ethernet0 = &eth;
        };
 
        memory@80000000 {