ARM: dts: da850-lcdk: Add ethernet0 alias to DT
authorFabien Parent <fparent@baylibre.com>
Thu, 24 Nov 2016 14:35:45 +0000 (15:35 +0100)
committerSekhar Nori <nsekhar@ti.com>
Mon, 28 Nov 2016 05:25:36 +0000 (10:55 +0530)
In order to avoid Linux generating a random mac address on every boot,
add an ethernet0 alias that will allow u-boot to patch the dtb with
the MAC address programmed into the EEPROM.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lcdk.dts

index 8411a91..bd976f2 100644 (file)
@@ -13,6 +13,7 @@
 
        aliases {
                serial2 = &serial2;
+               ethernet0 = &eth0;
        };
 
        chosen {