From b9a7b062324d847e60af22ce68e493a9f2972acc Mon Sep 17 00:00:00 2001 From: Heiko Stuebner Date: Sat, 7 Nov 2015 22:39:26 +0100 Subject: [PATCH] UPSTREAM: arm64: dts: rockchip: Setup rk3368 ethernet0 alias for u-boot Add an ethernet0 alias for the RK3368 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. Change-Id: I2f82939290a0807ed84a3e93f6b0eef879cce076 Signed-off-by: Heiko Stuebner Signed-off-by: Huang, Tao (cherry picked from commit ff08868ef0154cef01d3a50ae1f19dc968fc95f3) --- arch/arm64/boot/dts/rockchip/rk3368.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index 2fc473e93a01..faa290203b2c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -57,6 +57,7 @@ #size-cells = <2>; aliases { + ethernet0 = &gmac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; -- 2.34.1