ARM: dts: rockchip: Setup rk3066/rk3188 ethernet0 alias for u-boot
authorHeiko Stuebner <heiko@sntech.de>
Sat, 7 Nov 2015 21:37:26 +0000 (22:37 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 19 Nov 2015 04:54:58 +0000 (05:54 +0100)
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@sntech.de>
arch/arm/boot/dts/rk3xxx.dtsi

index 4497d288a7cbdb5e837279a1e67f0358da9582c5..99eeea70223b94c9492a9df2fb8f7e4ffa373613 100644 (file)
@@ -49,6 +49,7 @@
        interrupt-parent = <&gic>;
 
        aliases {
+               ethernet0 = &emac;
                i2c0 = &i2c0;
                i2c1 = &i2c1;
                i2c2 = &i2c2;
This page took 0.027513 seconds and 5 git commands to generate.