diff options
author | Dan Murphy <dmurphy@ti.com> | 2013-10-02 19:58:33 +0200 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2013-10-11 21:06:34 +0200 |
commit | 8170056d3cc99ce6521841cd30c1d50847958f9f (patch) | |
tree | ba5354e80fbfcea8030683c2e08a3da060c38fd6 /arch/arm/boot/dts/am33xx.dtsi | |
parent | ARM: dts: DRA7: Add TPS659038 PMIC nodes (diff) | |
download | linux-8170056d3cc99ce6521841cd30c1d50847958f9f.tar.xz linux-8170056d3cc99ce6521841cd30c1d50847958f9f.zip |
ARM: dts: AM33XX: add ethernet alias's for am33xx
Set the alias for ethernet0 and ethernet1 so that uBoot
can set the MAC address appropriately.
Currently u-boot cannot find the alias and there for does
not set the MAC address.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/am33xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 553adc6b535e..8aabaa0eb264 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -30,6 +30,8 @@ usb1 = &usb1; phy0 = &usb0_phy; phy1 = &usb1_phy; + ethernet0 = &cpsw_emac0; + ethernet1 = &cpsw_emac1; }; cpus { |