提交 8c41d573 编写于 作者: M Marek Vasut 提交者: Shawn Guo

ARM: dts: mxs: Add ethernetX to macX aliases

Add ethernet0 and ethernet1 aliases into the imx28.dtsi file, as
that is what most bootloaders use to pass MAC address. The bootloader
seeks for this alias and adds "mac-address" and "local-mac-address"
properties to the aliased node. This fixes issues with FEC having
NULL MAC address when update_fec_mac_prop() wasn't called. And
not all boards call update_fec_mac_prop() .
Signed-off-by: NMarek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 0b2d795e
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
serial2 = &auart2; serial2 = &auart2;
serial3 = &auart3; serial3 = &auart3;
serial4 = &auart4; serial4 = &auart4;
ethernet0 = &mac0;
ethernet1 = &mac1;
}; };
cpus { cpus {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册