clk: rockchip: use general clock flag when registering pll

Add the general flags the pll list already contains to the clock init,
so that needed clock flags can be used for plls.

Signed-off-by: Heiko Stübner <heiko@sntech.de>
This commit is contained in:
Heiko Stübner
2016-07-29 15:56:55 +08:00
committed by Heiko Stuebner
부모 4f4e049167
커밋 e6cebc7273
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@@ -385,7 +385,7 @@ void __init rockchip_clk_register_plls(struct rockchip_clk_provider *ctx,
list->con_offset, grf_lock_offset,
list->lock_shift, list->mode_offset,
list->mode_shift, list->rate_table,
list->pll_flags);
list->flags, list->pll_flags);
if (IS_ERR(clk)) {
pr_err("%s: failed to register clock %s\n", __func__,
list->name);