commit | d9b36f6453c93a87533bff0c1ab04e445e45948c | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Jan 16 05:03:20 2025 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Mon Jan 20 08:40:39 2025 -0300 |
tree | e4d96246aa40071a19668ceccf2728f4c7c86c6f | |
parent | c9997c72e024fac3460876d37bbc34e4e1ef1576 [diff] |
net: fsl_enetc: Fold DT MAC address update into enetc_set_ierb_primary_mac() The entire content of the loop can be folded into enetc_set_ierb_primary_mac(), do it. This changes the behavior slightly such that the DT is only updated in case of a LS1028A, which is the only SoC with ethernet MAC path in DT matching "/soc/pcie@1f0000000/ethernet@%x,%x" anyway, so this slight change should have no impact. Signed-off-by: Marek Vasut <marex@denx.de>