mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 14:54:20 -04:00
[ARM] mmp: update clock register function
Use clk_add_table in order to sync with clock driver. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
This commit is contained in:
committed by
Eric Miao
parent
f97cab28b1
commit
e598863690
@@ -101,7 +101,7 @@ static int __init mmp2_init(void)
|
||||
if (cpu_is_mmp2()) {
|
||||
mfp_init_base(MFPR_VIRT_BASE);
|
||||
mfp_init_addr(mmp2_addr_map);
|
||||
clks_register(ARRAY_AND_SIZE(mmp2_clkregs));
|
||||
clkdev_add_table(ARRAY_AND_SIZE(mmp2_clkregs));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user