Skip to content

Commit 07ba6d1

Browse files
JackyBaiabelvesa
authored andcommitted
clk: imx: Add 519.75MHz frequency support for imx9 pll
For video pll, it may need 519.75MHz clock frequency for the LVDS display usage. So add 519.75MHz frequency config support for video pll. Signed-off-by: Jacky Bai <[email protected]> Reviewed-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent 3ea5704 commit 07ba6d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8181
PLL_FRACN_GP(650000000U, 162, 50, 100, 0, 6),
8282
PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
8383
PLL_FRACN_GP(560000000U, 140, 0, 1, 0, 6),
84+
PLL_FRACN_GP(519750000U, 173, 25, 100, 1, 8),
8485
PLL_FRACN_GP(498000000U, 166, 0, 1, 0, 8),
8586
PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6),
8687
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),

0 commit comments

Comments
 (0)