
15 Apr
2019
15 Apr
'19
11:26 p.m.
On Mon, Apr 15, 2019 at 4:11 AM Thierry Reding thierry.reding@gmail.com wrote:
From: Thierry Reding treding@nvidia.com
Add the standard Ethernet device tree bindings (imported from v5.0 of the Linux kernel) and implement support for reading the MAC address for Ethernet devices in the Ethernet uclass. If the "mac-address" property exists, the MAC address will be parsed from that. If that property does not exist, the "local-mac-address" property will be tried as fallback.
MAC addresses from device tree take precedence over the ones stored in a network interface card's ROM.
Signed-off-by: Thierry Reding treding@nvidia.com
Acked-by: Joe Hershberger joe.hershberger@ni.com