Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e177e730 authored by Fabien Parent's avatar Fabien Parent Committed by Sekhar Nori
Browse files

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: default avatarFabien Parent <fparent@baylibre.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
parent a9aa4233
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@

	aliases {
		serial2 = &serial2;
		ethernet0 = &eth0;
	};

	chosen {