Re: [PATCH v4 11/12] phy: atheros: ar8035: remove static clock config

2020-05-07 Thread Tom Rini
On Thu, May 07, 2020 at 12:11:58AM +0200, Michael Walle wrote: > 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 boa

[PATCH v4 11/12] phy: atheros: ar8035: remove static clock config

2020-05-06 Thread Michael Walle
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. Ple