Skip to content

Commit e040897

Browse files
JackyBaiabelvesa
authored andcommitted
clk: imx: fracn-gppll: Add 300MHz freq support for imx9
Add 300MHz frequency config support on i.MX93 PLL. Reviewed-by: Ye Li <[email protected]> Signed-off-by: Jacky Bai <[email protected]> Signed-off-by: Peng Fan <[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 56b8d0b commit e040897

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8585
PLL_FRACN_GP(484000000U, 121, 0, 1, 0, 6),
8686
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
8787
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
88-
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10)
88+
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
89+
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12)
8990
};
9091

9192
struct imx_fracn_gppll_clk imx_fracn_gppll = {

0 commit comments

Comments
 (0)