mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 14:42:34 -04:00
clk: hisi: assign missing clk to table
The fixed rate and fixed factor clock isn't registered to clk table. Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
This commit is contained in:
committed by
Haojian Zhuang
parent
38dbfb59d1
commit
16d1c8991c
@@ -68,6 +68,7 @@ void __init hisi_clk_register_fixed_rate(struct hisi_fixed_rate_clock *clks,
|
||||
__func__, clks[i].name);
|
||||
continue;
|
||||
}
|
||||
clk_table[clks[i].id] = clk;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,6 +88,7 @@ void __init hisi_clk_register_fixed_factor(struct hisi_fixed_factor_clock *clks,
|
||||
__func__, clks[i].name);
|
||||
continue;
|
||||
}
|
||||
clk_table[clks[i].id] = clk;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user