linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] clk: imx: imx8m: mark sys pll1/2 as fixed clock
@ 2019-10-24  1:58 Peng Fan
  2019-10-24  1:58 ` [PATCH V2 1/3] clk: imx: imx8mm: mark sys_pll1/2 " Peng Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peng Fan @ 2019-10-24  1:58 UTC (permalink / raw)
  To: mturquette, sboyd, shawnguo, s.hauer, festevam
  Cc: kernel, dl-linux-imx, Anson Huang, Jacky Bai, Abel Vesa,
	linux-clk, linux-arm-kernel, linux-kernel, Leonard Crestez,
	Peng Fan

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

-- 
2.16.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-25  9:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24  1:58 [PATCH V2 0/3] clk: imx: imx8m: mark sys pll1/2 as fixed clock Peng Fan
2019-10-24  1:58 ` [PATCH V2 1/3] clk: imx: imx8mm: mark sys_pll1/2 " Peng Fan
2019-10-24  1:58 ` [PATCH V2 2/3] clk: imx: imx8mn: " Peng Fan
2019-10-24  1:58 ` [PATCH V2 3/3] clk: imx: imx8mq: mark sys1/2_pll " Peng Fan
2019-10-25  9:07 ` [PATCH V2 0/3] clk: imx: imx8m: mark sys pll1/2 " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).