Skip to content

Commit 90ecc4b

Browse files
committed
Merge tag 'clk-imx-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux into clk-imx
Pull i.MX clk driver updates from Abel Vesa: - Add support for 241.90 MHz and 332.60 MHz to the fractional-N General-Purpose PLL (GPPLL) i.MX driver * tag 'clk-imx-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelvesa/linux: clk: imx: fracn-gppll: Add 241.90 MHz Support clk: imx: fracn-gppll: Add 332.60 MHz Support
2 parents 8f0b4cc + 3e6b022 commit 90ecc4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8888
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
8989
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
9090
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
91-
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12)
91+
PLL_FRACN_GP(332600000U, 138, 584, 1000, 0, 10),
92+
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12),
93+
PLL_FRACN_GP(241900000U, 201, 584, 1000, 0, 20),
9294
};
9395

9496
struct imx_fracn_gppll_clk imx_fracn_gppll = {

0 commit comments

Comments
 (0)