Skip to content

Commit 2c3499c

Browse files
MrVanabelvesa
authored andcommitted
clk: imx: fracn-gppll: update rate table
- Add 1039.5MHz clock for video PLL to fulfill the LVDS display 148.5MHz * 7 requirement - Add 800MHz clock for ARM PLL 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 766c386 commit 2c3499c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ struct clk_fracn_gppll {
7878
* The Fvco should be in range 2.5Ghz to 5Ghz
7979
*/
8080
static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
81+
PLL_FRACN_GP(1039500000U, 173, 25, 100, 1, 4),
8182
PLL_FRACN_GP(650000000U, 162, 50, 100, 0, 6),
8283
PLL_FRACN_GP(594000000U, 198, 0, 1, 0, 8),
8384
PLL_FRACN_GP(560000000U, 140, 0, 1, 0, 6),
@@ -106,6 +107,7 @@ static const struct imx_fracn_gppll_rate_table int_tbl[] = {
106107
PLL_FRACN_GP_INTEGER(1700000000U, 141, 1, 2),
107108
PLL_FRACN_GP_INTEGER(1400000000U, 175, 1, 3),
108109
PLL_FRACN_GP_INTEGER(900000000U, 150, 1, 4),
110+
PLL_FRACN_GP_INTEGER(800000000U, 200, 1, 6),
109111
};
110112

111113
struct imx_fracn_gppll_clk imx_fracn_gppll_integer = {

0 commit comments

Comments
 (0)