diff options
author | Marek Vasut <marex@denx.de> | 2012-09-13 13:23:22 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-17 14:28:17 +0800 |
commit | 8c41d57395ff5b9b16724786c7c4b4c4081510cc (patch) | |
tree | 66c0a4d3b63c45ab50cf8f23a8cec91bf2c1b411 /arch/arm/boot/dts/imx28.dtsi | |
parent | 0b2d795e189f441e499a60f2e17077635c3d616b (diff) | |
download | talos-obmc-linux-8c41d57395ff5b9b16724786c7c4b4c4081510cc.tar.gz talos-obmc-linux-8c41d57395ff5b9b16724786c7c4b4c4081510cc.zip |
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: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 03e0fef8e7a7..724147eab84b 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -27,6 +27,8 @@ serial2 = &auart2; serial3 = &auart3; serial4 = &auart4; + ethernet0 = &mac0; + ethernet1 = &mac1; }; cpus { |