arm: mvebu: armada-388-gp.dts: Add ethernet aliases
authorStefan Roese <sr@denx.de>
Thu, 19 Nov 2015 09:30:59 +0000 (10:30 +0100)
committerStefan Roese <sr@denx.de>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
Adding these aliases enables the update of the MAC addresses from
within U-Boot.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
arch/arm/dts/armada-388-gp.dts

index f3bcbc6..7bc878f 100644 (file)
@@ -52,6 +52,8 @@
        };
 
        aliases {
+               ethernet0 = &eth0;
+               ethernet1 = &eth1;
                spi0 = &spi0;
        };