Skip to content

Commit 5e052ef

Browse files
Chuan Liujbrun3t
authored andcommitted
clk: meson: s4: pll: fix frac maximum value for hifi_pll
The fractional denominator of S4's hifi_pll fractional multiplier is fixed to 100000. Fixes: 80344f4 ("clk: meson: s4: pll: hifi_pll support fractional multiplier") Signed-off-by: Chuan Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jerome Brunet <[email protected]>
1 parent 6e442c2 commit 5e052ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/meson/s4-pll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ static struct clk_regmap s4_hifi_pll_dco = {
371371
.range = &s4_gp0_pll_mult_range,
372372
.init_regs = s4_hifi_init_regs,
373373
.init_count = ARRAY_SIZE(s4_hifi_init_regs),
374+
.frac_max = 100000,
374375
.flags = CLK_MESON_PLL_ROUND_CLOSEST,
375376
},
376377
.hw.init = &(struct clk_init_data){

0 commit comments

Comments
 (0)