net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings
authorAmit Singh Tomar <amittomer25@gmail.com>
Sat, 9 May 2020 14:25:11 +0000 (19:55 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 7 Jul 2020 20:09:22 +0000 (16:09 -0400)
commitfa6539a3dcbf269121ca64084cff4c146fcdaf19
tree7d69dd70983699384dda5b1ead1bf642c2924451
parentb0778d9c2c221a13b7b977bd8eb397a16ff36fe0
net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings

RTL8201F PHY module found on Actions Semi Cubieboard7 seems to have
specific Rx/Tx interface timings requirement for proper PHY operations.
These timing values are not documented anywhere and picked from vendor
code.

This commits lets proper packets to be transmitted over the network.

Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
drivers/net/phy/Kconfig
drivers/net/phy/realtek.c