Re: [PATCH] clk: imx: Fix fractional clock set rate computation

From: Stephen Boyd
Date: Thu Jan 24 2019 - 14:17:53 EST


Quoting Abel Vesa (2019-01-18 04:54:13)
> Before multiplying by PLL_FRAC_DENOM, the temp64 needs to be
> temp64 = rate * 2 - divfi * parent_rate * 8, instead of:
> temp64 = (rate * 2 - divfi) * parent_rate
>
> Fixes: 6209624b9a5c1e ("clk: imx: Add fractional PLL output clock")
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>
> ---

Applied to clk-fixes