Skip to content

Commit

Permalink
clk: meson: axg: fix the od shift of the sys_pll
Browse files Browse the repository at this point in the history
According to the datasheet, the od shift of sys_pll is actually 16.

Fixes: 78b4af3 ('clk: meson-axg: add clock controller drivers')
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
[fixed commit message]
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
  • Loading branch information
Yixun Lan authored and Jerome Brunet committed Feb 12, 2018
1 parent 6b71ace commit 2fa9b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/meson/axg.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static struct meson_clk_pll axg_sys_pll = {
},
.od = {
.reg_off = HHI_SYS_PLL_CNTL,
.shift = 10,
.shift = 16,
.width = 2,
},
.lock = &meson_clk_lock,
Expand Down

0 comments on commit 2fa9b36

Please sign in to comment.