> + /* > + * Rewrite 10GBASE-KR to 10GBASE-R for compatibility with existing DT. > + * Existing usage of 10GBASE-KR is not correct; no backplane > + * negotiation is done, and this driver does not actually support > + * 10GBASE-KR. > + */ > + if (phy_mode == PHY_INTERFACE_MODE_10GKR) > + phy_mode = PHY_INTERFACE_MODE_10GBASER; > + Thanks Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew