From: Ben Dooks Date: Fri, 31 Oct 2008 16:14:35 +0000 (+0000) Subject: [ARM] S3C6400: Register clk_fout_epll X-Git-Tag: v2.6.29-rc1~559^2~9^2~9^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1451325ced5f9b1a3e5da07521deb049e32cb15a;p=platform%2Fkernel%2Flinux-exynos.git [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: Ben Dooks --- diff --git a/arch/arm/plat-s3c64xx/s3c6400-clock.c b/arch/arm/plat-s3c64xx/s3c6400-clock.c index 64a9721..8d9a0ca 100644 --- a/arch/arm/plat-s3c64xx/s3c6400-clock.c +++ b/arch/arm/plat-s3c64xx/s3c6400-clock.c @@ -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,