ARM: mvebu: remove aliases for Ethernet devices on Armada 370/375/38x/XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 3 Mar 2015 14:41:00 +0000 (15:41 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 4 Mar 2015 14:02:24 +0000 (15:02 +0100)
Having aliases for Ethernet devices is useless, since the networking
subsystem unfortunately doesn't care about aliases to name network
interfaces.

Note that the 'aliases' nodes in armada-370-xp.dtsi and armada-xp.dtsi
become empty, but that we keep it as is since a followup patch will
re-add some aliases to it.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/boot/dts/armada-370-xp.dtsi
arch/arm/boot/dts/armada-375.dtsi
arch/arm/boot/dts/armada-38x.dtsi
arch/arm/boot/dts/armada-xp-mv78260.dtsi
arch/arm/boot/dts/armada-xp-mv78460.dtsi
arch/arm/boot/dts/armada-xp.dtsi

index 8a322ad..d36b1e5 100644 (file)
@@ -59,8 +59,6 @@
        compatible = "marvell,armada-370-xp";
 
        aliases {
-               eth0 = &eth0;
-               eth1 = &eth1;
        };
 
        cpus {
index 6307e80..0d02251 100644 (file)
@@ -60,8 +60,6 @@
                gpio0 = &gpio0;
                gpio1 = &gpio1;
                gpio2 = &gpio2;
-               ethernet0 = &eth0;
-               ethernet1 = &eth1;
        };
 
        clocks {
index 2fedfc7..f74bb01 100644 (file)
@@ -59,9 +59,6 @@
        aliases {
                gpio0 = &gpio0;
                gpio1 = &gpio1;
-               ethernet0 = &eth0;
-               ethernet1 = &eth1;
-               ethernet2 = &eth2;
        };
 
        soc {
index 4a7cbed..8479fdc 100644 (file)
@@ -57,7 +57,6 @@
                gpio0 = &gpio0;
                gpio1 = &gpio1;
                gpio2 = &gpio2;
-               eth3 = &eth3;
        };
 
        cpus {
index 36ce63a..661d54c 100644 (file)
@@ -57,7 +57,6 @@
                gpio0 = &gpio0;
                gpio1 = &gpio1;
                gpio2 = &gpio2;
-               eth3 = &eth3;
        };
 
 
index 8291723..975ae64 100644 (file)
@@ -57,7 +57,6 @@
        compatible = "marvell,armadaxp", "marvell,armada-370-xp";
 
        aliases {
-               eth2 = &eth2;
        };
 
        soc {