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:
parent
b19cf0bed3
commit
df56ce3efb
5 changed files with 7 additions and 43 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue