commit | 02036d90ec10510c8218aad463a332a50c3528c4 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 03 07:52:41 2021 +0000 |
committer | Ramon Fried <rfried.dev@gmail.com> | Fri Jun 18 11:29:17 2021 +0300 |
tree | 03dd440701684c499677feeab062d5609893439b | |
parent | eab447b2b5d3d357f07a28150b13862b1c26b2e2 [diff] |
net: sun8i-emac: fix MDIO frequency Commit 4f0278dac56a ("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: 4f0278dac56a ("net: sun8i-emac: Lower MDIO frequency") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>