On Wed, Jun 3, 2026 at 7:58 AM <[email protected]> wrote: > > This patch adds SGMII interface mode support for the i.MX95 platform. > > 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 XPCS > net: fsl_enetc: Add SGMII support for i.MX95
This series causes a CI failure: +drivers/net/fsl_enetc.c: In function 'enetc_init_sgmii': +drivers/net/fsl_enetc.c:393:24: error: implicit declaration of function 'imx95_xpcs_phy_sgmii_1g_config' [-Wimplicit-function-declaration] + 393 | return imx95_xpcs_phy_sgmii_1g_config(dev); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +make[3]: *** [scripts/Makefile.build:272: drivers/net/fsl_enetc.o] Error 1 +make[2]: *** [scripts/Makefile.build:497: drivers/net] Error 2 +make[1]: *** [Makefile:2209: drivers] Error 2 +make: *** [Makefile:189: __sub-make] Error 2 https://source.denx.de/u-boot/custodians/u-boot-imx/-/jobs/1475635 Please fix it and send the URL of a successful CI pass for v2.

