> +static void mtk_gephy_config_init(struct phy_device *phydev) > +{ > + /* Disable EEE */ > + phy_write_mmd(phydev, MDIO_MMD_AN, MDIO_AN_EEE_ADV, 0); Is EEE broken on this PHY? Or is this just to get it into a defined state? Otherwise Reviewed-by: Andrew Lunn <andrew at lunn.ch> Andrew