public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: rockchip: Setup ethernet0 alias for u-boot
@ 2015-10-29 20:44 Sjoerd Simons
  2015-10-29 20:52 ` Heiko Stuebner
  2015-10-30  9:15 ` Geert Uytterhoeven
  0 siblings, 2 replies; 7+ messages in thread
From: Sjoerd Simons @ 2015-10-29 20:44 UTC (permalink / raw)
  To: linux-arm-kernel

Add an ethernet0 alias for the wired network card and an all 0 default
mac address so that u-boot can find the device-node and fill in the
mac address.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---

 arch/arm/boot/dts/rk3288-rock2-square.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/rk3288-rock2-square.dts b/arch/arm/boot/dts/rk3288-rock2-square.dts
index 0ef065d..a029ebf 100644
--- a/arch/arm/boot/dts/rk3288-rock2-square.dts
+++ b/arch/arm/boot/dts/rk3288-rock2-square.dts
@@ -45,6 +45,10 @@
 	model = "Radxa Rock 2 Square";
 	compatible = "radxa,rock2-square", "rockchip,rk3288";
 
+	aliases {
+		ethernet0 = &gmac;
+	};
+
 	chosen {
 		stdout-path = "serial2:115200n8";
 	};
@@ -130,6 +134,8 @@
 };
 
 &gmac {
+	/* To be filled in by U-Boot */
+	mac-address = [00 00 00 00 00 00];
 	status = "ok";
 };
 
-- 
2.6.2

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

end of thread, other threads:[~2015-10-30  9:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29 20:44 [PATCH] ARM: dts: rockchip: Setup ethernet0 alias for u-boot Sjoerd Simons
2015-10-29 20:52 ` Heiko Stuebner
2015-10-29 21:39   ` Sjoerd Simons
2015-10-29 22:57     ` Heiko Stuebner
2015-10-30  9:15 ` Geert Uytterhoeven
2015-10-30  9:47   ` Sjoerd Simons
2015-10-30  9:57     ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox