* Philippe Schenker <philippe.schenker@xxxxxxxxxxx> [200507 08:43]: > On Wed, 2020-05-06 at 22:11 +0300, Grygorii Strashko wrote: > > Since commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for > > the > > KSZ9031 PHY") the networking is broken on boards: > > am571x-idk > > am572x-idk > > am574x-idk > > am57xx-beagle-x15 > > > > All above boards have phy-mode = "rgmii" and this is worked before > > because > > KSZ9031 PHY started with default RGMII internal delays configuration > > (TX > > off, RX on 1.2 ns) and MAC provided TX delay. After above commit, the > > KSZ9031 PHY starts handling phy mode properly and disables RX delay, > > as > > result networking is become broken. > > > > Fix it by switching to phy-mode = "rgmii-rxid" to reflect previous > > behavior. > > > > Cc: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > > Cc: Andrew Lunn <andrew@xxxxxxx> > > Cc: Philippe Schenker <philippe.schenker@xxxxxxxxxxx> > > Fixes: commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support > > for the KSZ9031 PHY") > > Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx> > > Thanks Grygorii! > > Reviewed-by: Philippe Schenker < > philippe.schenker@xxxxxxxxxxx> Thanks applying this into fixes. Tony