drivers: ethernet: mcux: rework how unique mac is determined

Instead of having a Kconfig property, if there is no local-mac-address
property in the devicetree than we'll generate a unique MAC address
based on unique ID registers on the SoC.

We remove the local-mac-address properties in the SoC dtsi files to
match the default behavior that existed before (ie, unique MAC address)

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-23 13:22:38 -05:00 committed by Carles Cufí
commit df56ce3efb
5 changed files with 7 additions and 43 deletions

View file

@ -473,7 +473,6 @@
interrupts = <83 0>, <84 0>, <85 0>;
interrupt-names = "TX", "RX", "ERR_MISC";
status = "disabled";
local-mac-address = [00 00 00 00 00 00];
label = "ETH_0";
clocks = <&sim KINETIS_SIM_CORESYS_CLK 0 0>;
ptp {