clk: meson: add fractional part of meson8b fixed_pll
Add the missing frac parameter to the meson8b fixed_pll. It seems to be always on this platform, so the rate remains unchanged Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Родитель
4162dd5b3a
Коммит
2eab2d7cab
|
@ -125,6 +125,11 @@ static struct clk_regmap meson8b_fixed_pll = {
|
||||||
.shift = 16,
|
.shift = 16,
|
||||||
.width = 2,
|
.width = 2,
|
||||||
},
|
},
|
||||||
|
.frac = {
|
||||||
|
.reg_off = HHI_MPLL_CNTL2,
|
||||||
|
.shift = 0,
|
||||||
|
.width = 12,
|
||||||
|
},
|
||||||
.l = {
|
.l = {
|
||||||
.reg_off = HHI_MPLL_CNTL,
|
.reg_off = HHI_MPLL_CNTL,
|
||||||
.shift = 31,
|
.shift = 31,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче