Changes in v2: - Fix CI build failure Changes in v3: - Replaced #ifdef CONFIG_ARCH_IMX9 guard with a runtime wrapper function, improving code cleanliness - Added explicit 1G-only PHY capability restriction for SGMII on i.MX95 (no 10/100 support) - Added a new public wrapper xpcs_phy_sgmii_1g_config() fsl_enetc_xpcs_phy.c for better abstraction
CI: https://github.com/u-boot/u-boot/pull/1019/checks Signed-off-by: Alice Guo <[email protected]> --- Alice Guo (3): net: fsl_enetc_xpcs_phy: Extract common PMA MMD init sequence into helper function net: fsl_enetc_xpcs_phy: Add SGMII 1G support for i.MX95 Ethernet PHY Wrapper net: fsl_enetc: Add 1G SGMII mode support for i.MX95 drivers/net/fsl_enetc.c | 20 ++ drivers/net/fsl_enetc.h | 1 + drivers/net/fsl_enetc_xpcs_phy.c | 700 ++++++++++++++++++++++++++++++++++----- 3 files changed, 639 insertions(+), 82 deletions(-) --- base-commit: d7ef23c07b8e34f65b3e15e3b4e7f58d074923c8 change-id: 20260724-imx95-ca124ac3ba65 Best regards, -- Alice Guo <[email protected]>
