ARM: dts: rockchip: Setup rk3066/rk3188 ethernet0 alias for
From: Heiko Stuebner <heiko@...> Date: Sat, 7 Nov 2015 22:37:26 +0100
Commit-Message
Add an ethernet0 alias for the RK3066/RK3188 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: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/boot/dts/rk3xxx.dtsi | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------------ arch/arm/boot/dts/rk3xxx.dtsi -------------------------
index 4497d28..99eeea7 100644
@@ -49,6 +49,7 @@
interrupt-parent = <&gic>;
aliases {
+ ethernet0 = &emac;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;