ARM: dts: da850-lcdk: Add ethernet0 alias to DT

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>
此提交包含在:
Fabien Parent
2016-11-24 15:35:45 +01:00
提交者 Sekhar Nori
父節點 a9aa4233b8
當前提交 e177e7307c

查看文件

@@ -13,6 +13,7 @@
aliases {
serial2 = &serial2;
ethernet0 = &eth0;
};
chosen {