提交 dc4e62d3 编写于 作者: J Jerome Brunet

clk: meson: axg: spread spectrum is on mpll2

After testing, it appears that the SSEN bit controls the spread
spectrum function on MPLL2, not MPLL0.

Fixes: 78b4af31 ("clk: meson-axg: add clock controller drivers")
Signed-off-by: NJerome Brunet <jbrunet@baylibre.com>
上级 8925dbd0
...@@ -469,11 +469,6 @@ static struct clk_regmap axg_mpll0_div = { ...@@ -469,11 +469,6 @@ static struct clk_regmap axg_mpll0_div = {
.shift = 16, .shift = 16,
.width = 9, .width = 9,
}, },
.ssen = {
.reg_off = HHI_MPLL_CNTL,
.shift = 25,
.width = 1,
},
.misc = { .misc = {
.reg_off = HHI_PLL_TOP_MISC, .reg_off = HHI_PLL_TOP_MISC,
.shift = 0, .shift = 0,
...@@ -568,6 +563,11 @@ static struct clk_regmap axg_mpll2_div = { ...@@ -568,6 +563,11 @@ static struct clk_regmap axg_mpll2_div = {
.shift = 16, .shift = 16,
.width = 9, .width = 9,
}, },
.ssen = {
.reg_off = HHI_MPLL_CNTL,
.shift = 25,
.width = 1,
},
.misc = { .misc = {
.reg_off = HHI_PLL_TOP_MISC, .reg_off = HHI_PLL_TOP_MISC,
.shift = 2, .shift = 2,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册