Skip to content

Commit c196175

Browse files
MrVanabelvesa
authored andcommitted
clk: imx: clk-fracn-gppll: Add more freq config for video pll
Add the [484,498,445.3]MHz frequency support that will be used by video subsystem on imx93. Signed-off-by: Jacky Bai <[email protected]> Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Ye Li <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent f300cb7 commit c196175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
6767
PLL_FRACN_GP(650000000U, 81, 0, 1, 0, 3),
6868
PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
6969
PLL_FRACN_GP(560000000U, 70, 0, 1, 0, 3),
70+
PLL_FRACN_GP(498000000U, 83, 0, 1, 0, 4),
71+
PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6),
72+
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
7073
PLL_FRACN_GP(400000000U, 50, 0, 1, 0, 3),
7174
PLL_FRACN_GP(393216000U, 81, 92, 100, 0, 5)
7275
};

0 commit comments

Comments
 (0)