[PATCH 1/2] clk: imx: clk-fracn-gppll: Add 355.6MHz config for video pll
Michael Grzeschik
m.grzeschik at pengutronix.de
Fri Dec 5 04:19:45 PST 2025
Add the 355.6MHz frequency support that will be used by video subsystem
on imx93.
The 355.6MHz can be used to drive the pixclock of 25.4MHz and LVDS Clock of
177.8MHz.
Signed-off-by: Michael Grzeschik <m.grzeschik at pengutronix.de>
---
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 24e66fd65fbd822b91a7b8975a1b88de20243df1..39a9ed06965248d49f41a908b82dc13dbb8017fc 100644
--- a/drivers/clk/imx/clk-fracn-gppll.c
+++ b/drivers/clk/imx/clk-fracn-gppll.c
@@ -58,6 +58,7 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
+ PLL_FRACN_GP(355600000U, 177, 80, 100, 0, 12),
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12)
};
--
2.47.3
More information about the barebox
mailing list