提交 8fb9d2d7 编写于 作者: T Thomas Abraham 提交者: Ben Dooks

ARM: S5P: Regoster clk_xusbxti clock for hsotg driver

The clk_xusbxti clock is added to the list of clocks to be
registred during boot time clock registration.
Signed-off-by: NThomas Abraham <thomas.ab@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
[ben-linux@fluff.org: edited title]
Signed-off-by: NBen Dooks <ben-linux@fluff.org>
上级 5f4c5b2d
...@@ -148,6 +148,7 @@ static struct clk *s5p_clks[] __initdata = { ...@@ -148,6 +148,7 @@ static struct clk *s5p_clks[] __initdata = {
&clk_fout_vpll, &clk_fout_vpll,
&clk_arm, &clk_arm,
&clk_vpll, &clk_vpll,
&clk_xusbxti,
}; };
void __init s5p_register_clocks(unsigned long xtal_freq) void __init s5p_register_clocks(unsigned long xtal_freq)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册