projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a219dc4
)
ARM: S3C24XX: Fix clkout mpx error
author
Davide Rizzo
<elpa.rizzo@gmail.com>
Thu, 13 Aug 2009 09:53:53 +0000
(11:53 +0200)
committer
Ben Dooks
<ben-linux@fluff.org>
Thu, 13 Aug 2009 23:45:49 +0000
(
00:45
+0100)
Bug correction: CLK Outputs cannot have XTAL as parent
Signed-off-by: Davide Rizzo <elpa.rizzo@gmail.com>
[ben-linux@fluff.org: updated patch subject]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/clock-dclk.c
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c24xx/clock-dclk.c
b/arch/arm/plat-s3c24xx/clock-dclk.c
index 5b75a797b5ab9f53cb54f9cf8bcf0cc839f51439..0afb217a775e1eec0ff34563dc2eaaf497490448 100644
(file)
--- a/
arch/arm/plat-s3c24xx/clock-dclk.c
+++ b/
arch/arm/plat-s3c24xx/clock-dclk.c
@@
-129,7
+129,7
@@
static int s3c24xx_clkout_setparent(struct clk *clk, struct clk *parent)
/* calculate the MISCCR setting for the clock */
- if (parent == &clk_
xta
l)
+ if (parent == &clk_
mpl
l)
source = S3C2410_MISCCR_CLK0_MPLL;
else if (parent == &clk_upll)
source = S3C2410_MISCCR_CLK0_UPLL;