devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx
@ 2013-10-02 17:58 Dan Murphy
  2013-10-02 23:39 ` Mugunthan V N
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Murphy @ 2013-10-02 17:58 UTC (permalink / raw)
  To: bcousson, tony
  Cc: linux-omap, devicetree, linux-kernel, linux-arm-kernel,
	mugunthanvnm, Dan Murphy

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(+)

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 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-03 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02 17:58 [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx Dan Murphy
2013-10-02 23:39 ` Mugunthan V N
     [not found]   ` <524CAEBE.5010305-l0cyMroinI0@public.gmane.org>
2013-10-03 14:37     ` Benoit Cousson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).