Re: [PATCH] phy: atheros: ar8035: Fix clock output calculation

2020-06-18 Thread Fabio Estevam
Hi Tom, On Thu, Jun 18, 2020 at 10:38 AM Tom Rini wrote: > What else do I need with this to test it myself? This alone doesn't do > it (but I'm not surprised) and adding the 2 DM_ETH patches you sent to > convert the platform still gives the "Could not get PHY for FEC0: addr > 0" error message.

Re: [PATCH] phy: atheros: ar8035: Fix clock output calculation

2020-06-18 Thread Tom Rini
On Thu, Jun 18, 2020 at 12:08:59AM -0300, Fabio Estevam wrote: > The "qca,clk-out-frequency" is calculated incorrectly for AR8035 > due to incorrect masking of priv->clk_25m_reg and priv->clk_25m_mask. > > This same issue has been already fixed in the kernel by: > > commit b1f4c209d84057b6d40b93

Re: [PATCH] phy: atheros: ar8035: Fix clock output calculation

2020-06-17 Thread Michael Walle
Am 18. Juni 2020 05:08:59 MESZ schrieb Fabio Estevam : >The "qca,clk-out-frequency" is calculated incorrectly for AR8035 >due to incorrect masking of priv->clk_25m_reg and priv->clk_25m_mask. > >This same issue has been already fixed in the kernel by: > >commit b1f4c209d84057b6d40b939b6e4404854271d

[PATCH] phy: atheros: ar8035: Fix clock output calculation

2020-06-17 Thread Fabio Estevam
The "qca,clk-out-frequency" is calculated incorrectly for AR8035 due to incorrect masking of priv->clk_25m_reg and priv->clk_25m_mask. This same issue has been already fixed in the kernel by: commit b1f4c209d84057b6d40b939b6e4404854271d797 Author: Oleksij Rempel Date: Wed Apr 1 11:57:32 2020 +