projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0711615
)
ARM: OMAP: Fix gpt2_ick clock bit
author
Tony Lindgren
<tony@atomide.com>
Mon, 26 Jun 2006 23:16:02 +0000
(16:16 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Mon, 26 Jun 2006 23:16:02 +0000
(16:16 -0700)
CM_ICLKEN1_CORE bit should be 4, not 0 as noted by
Richard Woodruff.
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/clock.h
b/arch/arm/mach-omap2/clock.h
index 6c78d471fab70b8ebe50c50f49401c6fb42f5747..2781dfbc51644815f778e84b047fc3d02eac0525 100644
(file)
--- a/
arch/arm/mach-omap2/clock.h
+++ b/
arch/arm/mach-omap2/clock.h
@@
-1062,7
+1062,7
@@
static struct clk gpt2_ick = {
.parent = &l4_ck,
.flags = CLOCK_IN_OMAP242X | CLOCK_IN_OMAP243X,
.enable_reg = (void __iomem *)&CM_ICLKEN1_CORE, /* Bit4 */
- .enable_bit =
0
,
+ .enable_bit =
4
,
.recalc = &omap2_followparent_recalc,
};