]> git.baikalelectronics.ru Git - uboot.git/commit
net: e1000: implement eth_write_hwaddr for DM_ETH
authorIan Ray <ian.ray@ge.com>
Wed, 4 Nov 2020 16:26:01 +0000 (17:26 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jan 2021 14:15:01 +0000 (09:15 -0500)
commitcfc0e259d0bb3aec984f30544402d936360f35e8
tree9316443d1dbb3b33cf6b1cf48ff4f7ef0ad84709
parent58debf81d6991d0eb2535f0fb37a6e665f264c41
net: e1000: implement eth_write_hwaddr for DM_ETH

Implement programming MAC address to the hardware also for device model
configuration.

Fixes: ff4fd6106946 ("board: ge: bx50v3: Enable DM for PCI and ethernet")
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/net/e1000.c