提交 9574b2fb 编写于 作者: T Thomas Petazzoni 提交者: Gregory CLEMENT

ARM: mvebu: remove aliases for Ethernet devices on Armada 370/375/38x/XP

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: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 43e58e90
...@@ -59,8 +59,6 @@ ...@@ -59,8 +59,6 @@
compatible = "marvell,armada-370-xp"; compatible = "marvell,armada-370-xp";
aliases { aliases {
eth0 = &eth0;
eth1 = &eth1;
}; };
cpus { cpus {
......
...@@ -60,8 +60,6 @@ ...@@ -60,8 +60,6 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
ethernet0 = &eth0;
ethernet1 = &eth1;
}; };
clocks { clocks {
......
...@@ -59,9 +59,6 @@ ...@@ -59,9 +59,6 @@
aliases { aliases {
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
ethernet0 = &eth0;
ethernet1 = &eth1;
ethernet2 = &eth2;
}; };
soc { soc {
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
eth3 = &eth3;
}; };
cpus { cpus {
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
eth3 = &eth3;
}; };
......
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
compatible = "marvell,armadaxp", "marvell,armada-370-xp"; compatible = "marvell,armadaxp", "marvell,armada-370-xp";
aliases { aliases {
eth2 = &eth2;
}; };
soc { soc {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册