From 4280fa55813c69bfbaff1882b43b2742aa219253 Mon Sep 17 00:00:00 2001 From: Randy Li Date: Fri, 27 Oct 2017 10:57:38 +0800 Subject: [PATCH] ARM: dts: rockchip: bind the internal ethernet at rk3036 It allows me to set the mac address in the bootloader. Change-Id: Iad988205c6953e843e62aec67daad52128086324 Signed-off-by: Randy Li --- arch/arm/boot/dts/rk3036.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rk3036.dtsi b/arch/arm/boot/dts/rk3036.dtsi index 3c159ab38f83..c6d331d348d0 100644 --- a/arch/arm/boot/dts/rk3036.dtsi +++ b/arch/arm/boot/dts/rk3036.dtsi @@ -52,6 +52,7 @@ interrupt-parent = <&gic>; aliases { + ethernet0 = &emac; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2;