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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Jan 2020 18:48:49 +0000 (19:48 +0100)
commit1283ae6333ad45fe04c78d3e3f514504c7587c7d
tree08572e32012b46ac408c938f62e1714072d51886
parent8fa2c2ca23579e299d4c38c0692877353c94e9d7
clk: imx: pll14xx: Fix quick switch of S/K parameter

commit 094234fcf46146339caaac8282aa15d225a5911a upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/imx/clk-pll14xx.c