]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: imx: Add 519.75MHz frequency support for imx9 pll
authorJacky Bai <ping.bai@nxp.com>
Wed, 28 Jun 2023 06:17:24 +0000 (14:17 +0800)
committerAbel Vesa <abel.vesa@linaro.org>
Tue, 25 Jul 2023 07:28:42 +0000 (10:28 +0300)
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>
drivers/clk/imx/clk-fracn-gppll.c

index c54f9999da04cc306806a879850d6f67219f7f87..44462ab50e513c05a3a4fb5307cfb1eb393b6e6b 100644 (file)
@@ -81,6 +81,7 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
        PLL_FRACN_GP(650000000U, 162, 50, 100, 0, 6),
        PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
        PLL_FRACN_GP(560000000U, 140, 0, 1, 0, 6),
+       PLL_FRACN_GP(519750000U, 173, 25, 100, 1, 8),
        PLL_FRACN_GP(498000000U, 166, 0, 1, 0, 8),
        PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6),
        PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),