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>
This commit is contained in:
Родитель
a9aa4233b8
Коммит
e177e7307c
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial2 = &serial2;
|
serial2 = &serial2;
|
||||||
|
ethernet0 = ð0;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче