mbox series

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

Message ID 1571882110-10191-1-git-send-email-peng.fan@nxp.com (mailing list archive)
Headers show
Series clk: imx: imx8m: mark sys pll1/2 as fixed clock | expand

Message

Peng Fan Oct. 24, 2019, 1:58 a.m. UTC
From: Peng Fan <peng.fan@nxp.com>

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(-)

Comments

Shawn Guo Oct. 25, 2019, 9:07 a.m. UTC | #1
On Thu, Oct 24, 2019 at 01:58:32AM +0000, Peng Fan wrote:
> 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

Applied all, thanks.