Re: [PATCH 1/1] net: sun8i-emac: fix MDIO frequency

2021-06-12 Thread Ramon Fried
On Thu Jun 10, 2021 at 8:48 AM IDT, Ramon Fried wrote: > On Thu, Jun 3, 2021 at 10:52 AM Heinrich Schuchardt > wrote: > > > > Commit 4f0278dac56a ("net: sun8i-emac: Lower MDIO frequency") leads to > > network failure on the OrangePi PC. > > > > => dhcp > > sun8i_emac_eth_start: Timeout > >

Re: [PATCH 1/1] net: sun8i-emac: fix MDIO frequency

2021-06-09 Thread Ramon Fried
On Thu, Jun 3, 2021 at 10:52 AM Heinrich Schuchardt wrote: > > 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 on

[PATCH 1/1] net: sun8i-emac: fix MDIO frequency

2021-06-03 Thread Heinrich Schuchardt
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: Low