diff mbox

ARM: dts: AM33XX: add ethernet alias's for am33xx

Message ID 1380736713-24678-1-git-send-email-dmurphy@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Dan Murphy Oct. 2, 2013, 5:58 p.m. UTC
Set the alias for ethernet0 and ethernet1 so that uBoot
can set the MAC address appropriately.

Currently uBoot cannot find the alias and there for does not set the
MAC address.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi |    2 ++
 1 file changed, 2 insertions(+)

Comments

Mugunthan V N Oct. 2, 2013, 11:39 p.m. UTC | #1
On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
> Set the alias for ethernet0 and ethernet1 so that uBoot
> can set the MAC address appropriately.
>
> Currently uBoot cannot find the alias and there for does not set the
> MAC address.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>

Tested this with beagle bone black.

Tested-by: Mugunthan V N <mugunthanvnm@ti.com>

Regards
Mugunthan V N
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Benoit Cousson Oct. 3, 2013, 2:37 p.m. UTC | #2
Hi Dan,

On 03/10/2013 01:39, Mugunthan V N wrote:
> On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote:
>> Set the alias for ethernet0 and ethernet1 so that uBoot
>> can set the MAC address appropriately.
>>
>> Currently uBoot cannot find the alias and there for does not set the
>> MAC address.
>>
>> Signed-off-by: Dan Murphy <dmurphy@ti.com>
>
> Tested this with beagle bone black.
>
> Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
>
> Regards
> Mugunthan V N

Thanks, pulled in my for_3.13/dts branch.

Regards,
Benoit
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 553adc6..8aabaa0 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 {