Commit 1451325c authored by Ben Dooks's avatar Ben Dooks

[ARM] S3C6400: Register clk_fout_epll

The clk_fout_epll clock wasn't registered as part of the initial clock
work, which can cause problems if it is used by one of the hardware
blocks.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 8cdf47cb
......@@ -620,6 +620,7 @@ static struct clk *clks[] __initdata = {
&clk_iis_cd1,
&clk_pcm_cd,
&clk_mout_epll.clk,
&clk_fout_epll,
&clk_mout_mpll.clk,
&clk_dout_mpll,
&clk_mmc0.clk,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment