Skip to content

Commit 9bb910b

Browse files
Marco FelschAbel Vesa
authored andcommitted
clk: imx: fracn-gppll: Add 332.60 MHz Support
Some parallel panels have a pixelclk of 33.260 MHz. Add support for 332.60 MHz so a by 10 divider can be used to derive the exact pixelclk. Reviewed-by: Primoz Fiser <primoz.fiser@norik.com> 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-1-45da70f43c98@pengutronix.de Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
1 parent 8f0b4cc commit 9bb910b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8888
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
8989
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
9090
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
91+
PLL_FRACN_GP(332600000U, 138, 584, 1000, 0, 10),
9192
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12)
9293
};
9394

0 commit comments

Comments
 (0)