projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cdf47c
)
[ARM] S3C6400: Register clk_fout_epll
author
Ben Dooks
<ben-linux@fluff.org>
Fri, 31 Oct 2008 16:14:35 +0000
(16:14 +0000)
committer
Ben Dooks
<ben-linux@fluff.org>
Mon, 15 Dec 2008 23:36:22 +0000
(23:36 +0000)
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 <ben-linux@fluff.org>
arch/arm/plat-s3c64xx/s3c6400-clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c64xx/s3c6400-clock.c
b/arch/arm/plat-s3c64xx/s3c6400-clock.c
index
64a9721
..
8d9a0ca
100644
(file)
--- 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,