From: Jacob Chen Date: Fri, 9 Dec 2016 06:43:36 +0000 (+0800) Subject: UPSTREAM: ARM: dts: rockchip: Setup rk3288 ethernet0 alias for u-boot X-Git-Tag: firefly_0821_release~1093 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a92273c7a9f08caa78266cc0cee562e10a953ce9;p=firefly-linux-kernel-4.4.55.git UPSTREAM: ARM: dts: rockchip: Setup rk3288 ethernet0 alias for u-boot Add an ethernet0 alias for the RK3288 mac interface so that u-boot can find the device-node and fill in the mac address on boards that support a wired network interface. Signed-off-by: Sjoerd Simons Signed-off-by: Heiko Stuebner Change-Id: Ie8c4e0d90b62278485446f614fce0c95145432d9 (cherry picked from commit 85ef8d611f4b0216bc4f96487a0408d5c887f6f9) Signed-off-by: Jacob Chen --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 01c01979fa81..916b907d405e 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -54,6 +54,7 @@ interrupt-parent = <&gic>; aliases { + ethernet0 = &gmac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2;