Re: [PATCH] net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035

From: David Miller
Date: Wed Apr 01 2020 - 14:21:40 EST


From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
Date: Wed, 1 Apr 2020 11:57:32 +0200

> The masks in priv->clk_25m_reg and priv->clk_25m_mask are one-bits-set
> for the values that comprise the fields, not zero-bits-set.
>
> This patch fixes the clock frequency configuration for ATH8030 and
> ATH8035 Atheros PHYs by removing the erroneous "~".
>
> To reproduce this bug, configure the PHY with the device tree binding
> "qca,clk-out-frequency" and remove the machine specific PHY fixups.
>
> Fixes: 2f664823a47021 ("net: phy: at803x: add device tree binding")
> Reported-by: Russell King <linux@xxxxxxxxxxxxxxx>
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>

Applied with Reported-by: fixed and queued up for -stable, thanks.