Skip to content

Commit 3e6b022

Browse files
Marco FelschAbel Vesa
authored andcommitted
clk: imx: fracn-gppll: Add 241.90 MHz Support
Some parallel panels have a pixelclk of 24.19 MHz. Add support for 241.90 MHz so a by 10 divider can be used to derive the exact pixelclk. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Acked-by: Daniel Baluta <daniel.baluta@nxp.com> Link: https://patch.msgid.link/20260113-v6-18-topic-clk-fracn-gppll-v3-2-45da70f43c98@pengutronix.de Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
1 parent 9bb910b commit 3e6b022

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/clk/imx/clk-fracn-gppll.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8989
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
9090
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
9191
PLL_FRACN_GP(332600000U, 138, 584, 1000, 0, 10),
92-
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12)
92+
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12),
93+
PLL_FRACN_GP(241900000U, 201, 584, 1000, 0, 20),
9394
};
9495

9596
struct imx_fracn_gppll_clk imx_fracn_gppll = {

0 commit comments

Comments
 (0)