Hi Tom, On Thu, Jun 25, 2020 at 10:52 AM Soeren Moch <[email protected]> wrote: > > On 25.06.20 13:14, Fabio Estevam wrote: > > Since commit: > > > > commit 6333cbb3817ed551cd7d4e92f7359c73ccc567fc > > Author: Michael Walle <[email protected]> > > Date: Thu May 7 00:11:58 2020 +0200 > > > > phy: atheros: ar8035: remove static clock config > > > > We can configure the clock output in the device tree. Disable the > > hardcoded one in here. This is highly board-specific and should have > > never been enabled in the PHY driver. > > > > If bisecting shows that this commit breaks your board it probably > > depends on the clock output of your Atheros AR8035 PHY. Please have a > > look at doc/device-tree-bindings/net/phy/atheros.txt. You need to set > > "clk-out-frequency = <125000000>" because that value was the hardcoded > > value until this commit. > > > > Signed-off-by: Michael Walle <[email protected]> > > Acked-by: Joe Hershberger <[email protected]> > > > > , the clock output setting for the AR803x driver is removed from being > > hardcoded in the PHY driver and should be passed via device tree instead. > > > > Update the device tree with the "qca,clk-out-frequency" property so that > > Ethernet can work again. > > > > Reported-by: Soeren Moch <[email protected]> > > Signed-off-by: Fabio Estevam <[email protected]> > Tested-by: Soeren Moch <[email protected]>
My understanding is that Stefano does not have any other pull requests for 2020.07. In this case, could you apply this regression fix directly? Thanks

