Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144497
b: refs/heads/master
c: 219c5b9
h: refs/heads/master
i:
  144495: 758b1c2
v: v3
  • Loading branch information
Kevin Hilman authored and paul committed Apr 24, 2009
1 parent c6e32c7 commit 2e4d686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9198a40620fc69d577e854fb571e76af3313bc53
refs/heads/master: 219c5b98d5eb86c75abc716087f494fe06c6b64e
6 changes: 2 additions & 4 deletions trunk/arch/arm/plat-omap/dmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,11 +321,9 @@ static void omap_dm_timer_reset(struct omap_dm_timer *timer)
l |= 0x2 << 8; /* Set clock activity to perserve f-clock on idle */

/*
* Enable wake-up only for GPT1 on OMAP2 CPUs.
* FIXME: All timers should have wake-up enabled and clear
* PRCM status.
* Enable wake-up on OMAP2 CPUs.
*/
if (cpu_class_is_omap2() && (timer == &dm_timers[0]))
if (cpu_class_is_omap2())
l |= 1 << 2;
omap_dm_timer_write_reg(timer, OMAP_TIMER_OCP_CFG_REG, l);

Expand Down

0 comments on commit 2e4d686

Please sign in to comment.