From: Sjoerd Simons Date: Fri, 6 Nov 2015 10:46:37 +0000 (+0100) Subject: ARM: dts: rockchip: Setup rk3288 ethernet0 alias for u-boot X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=85ef8d611f4b0216bc4f96487a0408d5c887f6f9;p=deliverable%2Flinux.git 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 --- diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 6a79c9c526b8..16187c39d035 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -53,6 +53,7 @@ interrupt-parent = <&gic>; aliases { + ethernet0 = &gmac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2;