[PATCH V2 0/3] clk: imx: imx8m: mark sys pll1/2 as fixed clock

From: Peng Fan
Date: Wed Oct 23 2019 - 21:59:08 EST


From: Peng Fan <peng.fan@xxxxxxx>

V2:
Add R-b tag from Abel
v2 patches are made with Leonard's v3 patchset[1] applied to Shawn's
for-next branch to avoid conflicts.
[1] https://patchwork.kernel.org/cover/11193191/

According Architecture definition guide of i.MX8MM/N/Q,
SYS_PLL1 is fixed at 800MHz, SYS_PLL2 is fixed at 1000MHz,
so let's use imx_clk_fixed to register the clocks and drop code
that could change the rate.

Peng Fan (3):
clk: imx: imx8mm: mark sys_pll1/2 as fixed clock
clk: imx: imx8mn: mark sys_pll1/2 as fixed clock
clk: imx: imx8mq: mark sys1/2_pll as fixed clock

drivers/clk/imx/clk-imx8mm.c | 46 +++++++++++++++++++-------------------------
drivers/clk/imx/clk-imx8mn.c | 46 +++++++++++++++++++-------------------------
drivers/clk/imx/clk-imx8mq.c | 8 ++------
3 files changed, 42 insertions(+), 58 deletions(-)

--
2.16.4