提交 6c1062ba 编写于 作者: M Marcin Wojtas 提交者: Jason Cooper

ARM: mvebu: Add ethernet aliases required by U-Boot

The vendor bootloader provided for Armada 375 boards expect an
alias for the ethernet nodes, which is used to fixup the MAC address.
Signed-off-by: NMarcin Wojtas <mw@semihalf.com>
Link: https://lkml.kernel.org/r/1405961296-5846-6-git-send-email-ezequiel.garcia@free-electrons.comSigned-off-by: NJason Cooper <jason@lakedaemon.net>
上级 38436078
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
gpio0 = &gpio0; gpio0 = &gpio0;
gpio1 = &gpio1; gpio1 = &gpio1;
gpio2 = &gpio2; gpio2 = &gpio2;
ethernet0 = &eth0;
ethernet1 = &eth1;
}; };
clocks { clocks {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册