commit | 2eabbcc0848bb5eca29e02592023ef9ef324702d | [log] [tgz] |
---|---|---|
author | Ofir Shemesh <ofirshemesh777@gmail.com> | Tue Mar 18 00:22:24 2025 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Mar 19 18:50:55 2025 -0400 |
tree | 3fb64a673e5217f4cd7ed369ec3ac592b4264726 | |
parent | f254b5775a9866658b505e94fa686b1fe1d1c1dc [diff] |
drivers: ethernet: nxp_enet: Handle -ENOTSUP for fixed-link in PHY config Modified nxp_enet_phy_configure to handle -ENOTSUP returned by the PHY driver, indicating a fixed-link setup. If -ENOTSUP is returned, a warning is logged, and PHY configuration is skipped without causing initialization to fail. Signed-off-by: Ofir Shemesh <ofirshemesh777@gmail.com>