ARM: dts: rockchip: Setup rk3288 ethernet0 alias for u-boot
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Fri, 6 Nov 2015 10:46:37 +0000 (11:46 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 19 Nov 2015 04:54:58 +0000 (05:54 +0100)
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 <sjoerd.simons@collabora.co.uk>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index 6a79c9c526b8809d9ea201d087d680851653e990..16187c39d03575597643fc72b1316876c59e486e 100644 (file)
@@ -53,6 +53,7 @@
        interrupt-parent = <&gic>;
 
        aliases {
+               ethernet0 = &gmac;
                i2c0 = &i2c0;
                i2c1 = &i2c1;
                i2c2 = &i2c2;
This page took 0.030008 seconds and 5 git commands to generate.