diff options
author | Andre Przywara <andre.przywara@arm.com> | 2020-06-11 12:03:17 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-07-07 18:23:48 -0400 |
commit | 117a52e2387bdfcf7f74c5ec6c4985cdd7c5403e (patch) | |
tree | cc170b1e26c0945b6eacf768e70c7434c119f6c0 /arch/arm/dts/tegra20-ventana.dts | |
parent | f1dd05bc347b2dc6adb7d49e824b6696d090fb91 (diff) |
net: smc911x: Properly handle EEPROM MAC address
When compiled as a DM_ETH driver, the scm911x driver was reading the MAC
address from the optional EEPROM storage, but failed to copy this to the
platdata struct. Since it was also missing a definition of the
read_rom_hwaddr() function, the generic Ethernet code was dismissing
this MAC address, falling back to a random address or denying to start
at all.
Add an implementation of .read_rom_hwaddr, and refactor the function
reading the ROM address to be called by all interested parties.
This fixes MAC address issues when using the driver in DM_ETH "mode".
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-By: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/dts/tegra20-ventana.dts')
0 files changed, 0 insertions, 0 deletions