]> git.baikalelectronics.ru Git - uboot.git/commit
net: sun8i-emac: fix MDIO frequency
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Jun 2021 07:52:41 +0000 (07:52 +0000)
committerRamon Fried <rfried.dev@gmail.com>
Fri, 18 Jun 2021 08:29:17 +0000 (11:29 +0300)
commit6e3ed0fce9f583f2aa1630e06a2d89e9a99c595d
tree03dd440701684c499677feeab062d5609893439b
parentc6e230cff83b545c22b8cae8e6dc22e436797e9e
net: sun8i-emac: fix MDIO frequency

Commit 5b6affe40583 ("net: sun8i-emac: Lower MDIO frequency") leads to
network failure on the OrangePi PC.

    => dhcp
    sun8i_emac_eth_start: Timeout

According to the commit message the change of the MDIO frequency is only
required for external PHYs.

Fixes: 5b6affe40583 ("net: sun8i-emac: Lower MDIO frequency")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/net/sun8i_emac.c