]> Git Repo - J-linux.git/commitdiff
clk: imx: clk-fracn-gppll: Add more freq config for video pll
authorPeng Fan <[email protected]>
Thu, 9 Jun 2022 13:29:02 +0000 (21:29 +0800)
committerAbel Vesa <[email protected]>
Thu, 16 Jun 2022 14:28:59 +0000 (17:28 +0300)
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]>
drivers/clk/imx/clk-fracn-gppll.c

index 025b73229cdddc1384b154a05d53b8c87d51c660..a2aaa14fc1aef6c1649246624bf8383ca5cd2671 100644 (file)
@@ -67,6 +67,9 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
        PLL_FRACN_GP(650000000U, 81, 0, 1, 0, 3),
        PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
        PLL_FRACN_GP(560000000U, 70, 0, 1, 0, 3),
+       PLL_FRACN_GP(498000000U, 83, 0, 1, 0, 4),
+       PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6),
+       PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
        PLL_FRACN_GP(400000000U, 50, 0, 1, 0, 3),
        PLL_FRACN_GP(393216000U, 81, 92, 100, 0, 5)
 };
This page took 0.05164 seconds and 4 git commands to generate.