Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <ping.bai@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230628061724.2056520-3-ping.bai@nxp.com
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>

authored by

Jacky Bai and committed by
Abel Vesa
07ba6d1a 3ea57048

+1
+1
drivers/clk/imx/clk-fracn-gppll.c
··· 81 81 PLL_FRACN_GP(650000000U, 162, 50, 100, 0, 6), 82 82 PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8), 83 83 PLL_FRACN_GP(560000000U, 140, 0, 1, 0, 6), 84 + PLL_FRACN_GP(519750000U, 173, 25, 100, 1, 8), 84 85 PLL_FRACN_GP(498000000U, 166, 0, 1, 0, 8), 85 86 PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6), 86 87 PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),