Commits
Grygorii Strashko committed df64e84cba9
HACK: net: phy: dp83867: fix internal RX and TX delays configuration The DP83867 PHY RX and TX internal delays configuration after POR or PHY configuration applied by bootloader might be different from what Linux is requesting ("rgmii-id" -> "rgmii-rxid"). Hence, clean up TX_CLK_DELAY_EN/RX_CLK_DELAY_EN enable bits in DP83867_RGMIICTL(0x0032) register before applying new configuration. Also, fix TX delay configuration. HACK: This is fixed upstream, but can't be backported. commit c11669a2757e ("net: phy: dp83867: Rework delay rgmii delay...") commit 2b892649254f ("net: phy: dp83867: Set up RGMII TX delay") Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>