Message ID | 20240603-s4_fixedpll-v1-1-2b2a98630841@amlogic.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Neil Armstrong |
Headers | show |
Series | clk: meson: s4: fix fixed_pll_dco clock | expand |
Applied to clk-meson (v6.11/drivers), thanks! [1/1] clk: meson: s4: fix fixed_pll_dco clock https://github.com/BayLibre/clk-meson/commit/c1380adf2e86 Best regards, -- Jerome
diff --git a/drivers/clk/meson/s4-pll.c b/drivers/clk/meson/s4-pll.c index 8dfaeccaadc2..47c0c105e32d 100644 --- a/drivers/clk/meson/s4-pll.c +++ b/drivers/clk/meson/s4-pll.c @@ -38,6 +38,11 @@ static struct clk_regmap s4_fixed_pll_dco = { .shift = 0, .width = 8, }, + .frac = { + .reg_off = ANACTRL_FIXPLL_CTRL1, + .shift = 0, + .width = 17, + }, .n = { .reg_off = ANACTRL_FIXPLL_CTRL0, .shift = 10,