Skip to content

Commit 6e442c2

Browse files
Chuan Liujbrun3t
authored andcommitted
clk: meson: c3: pll: fix frac maximum value for hifi_pll
The fractional denominator of C3's hifi_pll fractional multiplier is fixed to 100000. Fixes: 8a9a129 ("clk: meson: c3: add support for the C3 SoC PLL clock") Signed-off-by: Chuan Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jerome Brunet <[email protected]>
1 parent c939154 commit 6e442c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/meson/c3-pll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ static struct clk_regmap hifi_pll_dco = {
361361
.range = &c3_gp0_pll_mult_range,
362362
.init_regs = c3_hifi_init_regs,
363363
.init_count = ARRAY_SIZE(c3_hifi_init_regs),
364+
.frac_max = 100000,
364365
},
365366
.hw.init = &(struct clk_init_data) {
366367
.name = "hifi_pll_dco",

0 commit comments

Comments
 (0)