Skip to content

Commit b7f6754

Browse files
Marek Vasutabelvesa
authored andcommitted
clk: imx: pll14xx: Add 208 MHz and 416 MHz entries for PLL1416x
The PLL1416x is used to implement SYS_PLL3 on i.MX8MP and can be used to drive CLKOUTn clock. Add 208 MHz and 416 MHz entries to the PLL so they can be generated by the PLL and used to produce e.g. 13 MHz or 26 MHz on CLKOUTn output. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Abel Vesa <[email protected]>
1 parent a9b7c84 commit b7f6754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/imx/clk-pll14xx.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ static const struct imx_pll14xx_rate_table imx_pll1416x_tbl[] = {
5656
PLL_1416X_RATE(700000000U, 350, 3, 2),
5757
PLL_1416X_RATE(640000000U, 320, 3, 2),
5858
PLL_1416X_RATE(600000000U, 300, 3, 2),
59+
PLL_1416X_RATE(416000000U, 208, 3, 2),
5960
PLL_1416X_RATE(320000000U, 160, 3, 2),
61+
PLL_1416X_RATE(208000000U, 208, 3, 3),
6062
};
6163

6264
static const struct imx_pll14xx_rate_table imx_pll1443x_tbl[] = {

0 commit comments

Comments
 (0)