diff options
author | Marek Vasut <marex@denx.de> | 2014-02-28 15:58:41 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@freescale.com> | 2014-04-30 09:35:18 +0400 |
commit | 22970070e027cbbb9b2878f8f7c31d0d7f29e94d (patch) | |
tree | 40054ad3f0f0ad208a8d3633128f7a01dfd355bb /arch/arm/boot/dts/imx35.dtsi | |
parent | 499c8bf5865926174abb722bbaf1a621c56cc899 (diff) | |
download | linux-22970070e027cbbb9b2878f8f7c31d0d7f29e94d.tar.xz |
ARM: dts: imx: Add alias for ethernet controller
Add alias for FEC ethernet on i.MX to allow bootloaders (like U-Boot)
patch-in the MAC address for FEC using this alias.
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi index 88b218f8f810..e59ccb4d98e3 100644 --- a/arch/arm/boot/dts/imx35.dtsi +++ b/arch/arm/boot/dts/imx35.dtsi @@ -13,6 +13,7 @@ / { aliases { + ethernet0 = &fec; gpio0 = &gpio1; gpio1 = &gpio2; gpio2 = &gpio3; |