clk: imx: pll14xx: Fix quick switch of S/K parameter
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 4 Sep 2019 09:49:18 +0000 (12:49 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Oct 2019 01:04:15 +0000 (09:04 +0800)
commit094234fcf46146339caaac8282aa15d225a5911a
tree4d87f46583f21474f55603eb355a5c4415a24a03
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c
clk: imx: pll14xx: Fix quick switch of S/K parameter

The PLL14xx on imx8m can change the S and K parameter without requiring
a reset and relock of the whole PLL.

Fix clk_pll144xx_mp_change register reading and use it for pll1443 as
well since no reset+relock is required on K changes either.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Fixes: 8646d4dcc7fb ("clk: imx: Add PLLs driver for imx8mm soc")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-pll14xx.c