RE: [PATCH] clk: imx: pll14xx: change naming of fvco to fout

From: Peng Fan
Date: Wed Dec 20 2023 - 21:05:21 EST


> Subject: [PATCH] clk: imx: pll14xx: change naming of fvco to fout
>
> pll14xx_calc_rate() output the fout clock not the fvco clock The relation of
> fvco and fout is:
> fout = fvco / (1 << sdiv)
>
> So use correct naming for the clock.
>
> Signed-off-by: Shengjiu Wang <shengjiu.wang@xxxxxxx>

Reviewed-by: Peng Fan <peng.fan@xxxxxxx>