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 <ye.li@nxp.com> Signed-off-by: Jacky Bai <ping.bai@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20230403095300.3386988-5-peng.fan@oss.nxp.com Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
1 parent 56b8d0b commit e040897

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)