projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eda9c02
)
ARM: S5PV310: Fix clkset_moutcore_list
author
Jaecheol Lee
<jc.lee@samsung.com>
Sat, 18 Sep 2010 01:50:46 +0000
(10:50 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 20 Oct 2010 22:52:17 +0000
(07:52 +0900)
This patch fixes source clocks of moutcore.
That should be clk_mout_apll instead of clk_sclk_apll.
Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/clock.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pv310/clock.c
b/arch/arm/mach-s5pv310/clock.c
index 262a46fef5b7af697776966c6c06611f286540ea..32146db1f4516abf53c4fc6cc4f3cc0aaeee4c7a 100644
(file)
--- a/
arch/arm/mach-s5pv310/clock.c
+++ b/
arch/arm/mach-s5pv310/clock.c
@@
-155,7
+155,7
@@
static struct clksrc_clk clk_mout_mpll = {
};
static struct clk *clkset_moutcore_list[] = {
- [0] = &clk_
sclk
_apll.clk,
+ [0] = &clk_
mout
_apll.clk,
[1] = &clk_mout_mpll.clk,
};