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:
b2833a0
)
Revert "OMAP4: hwmod data: Prevent timer1 to be reset and idle during init"
author
Benoit Cousson
<
[email protected]
>
Fri, 4 Mar 2011 15:01:43 +0000
(16:01 +0100)
committer
Tony Lindgren
<
[email protected]
>
Fri, 4 Mar 2011 18:12:54 +0000
(10:12 -0800)
The following commit:
38698be
:
OMAP2+: clockevent: set up GPTIMER clockevent hwmod right before timer init
Fixed properly the issue with early init for the timer1
So reverts commit
3b03b58dab847883e6b9a431558c7d8e43fa94c6
that is now
generated a warning at boot time.
Signed-off-by: Benoit Cousson <
[email protected]
>
Reviewed-by: Paul Walmsley <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 7dbcdf751c02562561858c2c8d136b536a1b6c2c..7b72316781daca8cee62853129aafc52458b0e8d 100644
(file)
--- a/
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@
-4005,7
+4005,6
@@
static struct omap_hwmod_ocp_if *omap44xx_timer1_slaves[] = {
static struct omap_hwmod omap44xx_timer1_hwmod = {
.name = "timer1",
.class = &omap44xx_timer_1ms_hwmod_class,
- .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
.mpu_irqs = omap44xx_timer1_irqs,
.mpu_irqs_cnt = ARRAY_SIZE(omap44xx_timer1_irqs),
.main_clk = "timer1_fck",