All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] clk: imx: Add 1039.5MHz frequency support for imx9 pll
@ 2023-09-12 13:16 ` Peng Fan (OSS)
  0 siblings, 0 replies; 10+ messages in thread
From: Peng Fan (OSS) @ 2023-09-12 13:16 UTC (permalink / raw)
  To: abelvesa, mturquette, sboyd, shawnguo, s.hauer, kernel, festevam
  Cc: linux-imx, linux-clk, linux-arm-kernel, linux-kernel, Jacky Bai,
	Peng Fan

From: Jacky Bai <ping.bai@nxp.com>

For video pll, it may need to 1039.5MHz clock to fulfill
the LVDS display 148.5MHz * 7 requirement. So add 1039.5MHz
frequency config support for i.MX9 video PLL.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Acked-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 drivers/clk/imx/clk-fracn-gppll.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/imx/clk-fracn-gppll.c b/drivers/clk/imx/clk-fracn-gppll.c
index 44462ab50e51..96105ee4d9ef 100644
--- a/drivers/clk/imx/clk-fracn-gppll.c
+++ b/drivers/clk/imx/clk-fracn-gppll.c
@@ -78,6 +78,7 @@ struct clk_fracn_gppll {
  * The Fvco should be in range 2.5Ghz to 5Ghz
  */
 static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
+	PLL_FRACN_GP(1039500000U, 173, 25, 100, 1, 4),
 	PLL_FRACN_GP(650000000U, 162, 50, 100, 0, 6),
 	PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
 	PLL_FRACN_GP(560000000U, 140, 0, 1, 0, 6),
-- 
2.37.1


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

end of thread, other threads:[~2023-10-04  7:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 13:16 [PATCH 1/4] clk: imx: Add 1039.5MHz frequency support for imx9 pll Peng Fan (OSS)
2023-09-12 13:16 ` Peng Fan (OSS)
2023-09-12 13:16 ` [PATCH 2/4] clk: imx8mp: fix clock tree update of TF-A managed clocks Peng Fan (OSS)
2023-09-12 13:16   ` Peng Fan (OSS)
2023-09-12 13:16 ` [PATCH 3/4] clk: imx: composite-7ulp: Add some delay before deassert the reset Peng Fan (OSS)
2023-09-12 13:16   ` Peng Fan (OSS)
2023-09-12 13:16 ` [PATCH 4/4] clk: imx: update the pllv4 mult table Peng Fan (OSS)
2023-09-12 13:16   ` Peng Fan (OSS)
2023-10-04  7:55 ` [PATCH 1/4] clk: imx: Add 1039.5MHz frequency support for imx9 pll Abel Vesa
2023-10-04  7:55   ` Abel Vesa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.