We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adac147 commit eb61a12Copy full SHA for eb61a12
drivers/clk/meson/s4-pll.c
@@ -329,7 +329,6 @@ static struct clk_regmap s4_gp0_pll = {
329
* Internal hifi pll emulation configuration parameters
330
*/
331
static const struct reg_sequence s4_hifi_init_regs[] = {
332
- { .reg = ANACTRL_HIFIPLL_CTRL1, .def = 0x00010e56 },
333
{ .reg = ANACTRL_HIFIPLL_CTRL2, .def = 0x00000000 },
334
{ .reg = ANACTRL_HIFIPLL_CTRL3, .def = 0x6a285c00 },
335
{ .reg = ANACTRL_HIFIPLL_CTRL4, .def = 0x65771290 },
@@ -354,6 +353,11 @@ static struct clk_regmap s4_hifi_pll_dco = {
354
353
.shift = 10,
355
.width = 5,
356
},
+ .frac = {
357
+ .reg_off = ANACTRL_HIFIPLL_CTRL1,
358
+ .shift = 0,
359
+ .width = 17,
360
+ },
361
.l = {
362
.reg_off = ANACTRL_HIFIPLL_CTRL0,
363
.shift = 31,
0 commit comments