aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-4.14/0038-at803x-disable-delays.patch
Commit message (Collapse)AuthorAgeFilesLines
* ath79: disable delays on AT803X config initDavid Bauer2019-10-271-0/+27
Until upstream commit 6d4cd041f0af("net: phy: at803x: disable delay only for RGMII mode"), delays were not disabled on driver probe for the Atheros AR803x PHYs, although the RX delay is enabled on soft and hard reset. In addition, the TX delay setting is retained on soft-reset. This patch disables both delays on config init to align the behavior with kernel 5.1 and higher. It can be safely dropped with kernel 5.1. Signed-off-by: David Bauer <mail@david-bauer.net>