提交 16d1c899 编写于 作者: H Haojian Zhuang 提交者: Haojian Zhuang

clk: hisi: assign missing clk to table

The fixed rate and fixed factor clock isn't registered to clk table.
Signed-off-by: NHaojian Zhuang <haojian.zhuang@linaro.org>
上级 38dbfb59
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册