clk: imx: pll14xx: change naming of fvco to fout
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 20 Dec 2023 10:33:09 +0000 (18:33 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Thu, 21 Dec 2023 13:00:00 +0000 (15:00 +0200)
commitf52f00069888e410cec718792b3e314624f209ea
tree417c6234b21865fec7bebb180e75c534f4b5b45d
parent3f5f63adeea7e7aa715e101ffe4b4ac9705f9664
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@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Marco Felsch <m.felsch@pengutronix.de>
Link: https://lore.kernel.org/r/1703068389-6130-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
drivers/clk/imx/clk-pll14xx.c