mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
clk: meson: axg: fix the od shift of the sys_pll
PD#159137: clk: meson: axg: fix the od shift of the sys_pll According to datasheet, the od shift of sys_pll is 16, fix the typo which introduced at previous commit. Change-Id: I8d7e36b1178c0ab7f89791964fe4bb216c551d6d Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
This commit is contained in:
@@ -88,7 +88,7 @@ static struct meson_clk_pll axg_sys_pll = {
|
||||
},
|
||||
.od = {
|
||||
.reg_off = HHI_SYS_PLL_CNTL,
|
||||
.shift = 10,
|
||||
.shift = 16,
|
||||
.width = 2,
|
||||
},
|
||||
.rate_table = sys_pll_rate_table,
|
||||
|
||||
Reference in New Issue
Block a user