Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260472
b: refs/heads/master
c: ba50348
h: refs/heads/master
v: v3
  • Loading branch information
Ambresh K authored and Tony Lindgren committed Jul 4, 2011
1 parent 3943c85 commit c554066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f6281f6684d613948e7b9f0bd956488bb33993ab
refs/heads/master: ba50348434a933bc4494b3dcd1aed5b0397ab49b
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/dmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ static void omap_dm_timer_reset(struct omap_dm_timer *timer)
}
omap_dm_timer_set_source(timer, OMAP_TIMER_SRC_32_KHZ);

/* Enable autoidle on OMAP2 / OMAP3 */
if (cpu_is_omap24xx() || cpu_is_omap34xx())
/* Enable autoidle on OMAP2+ */
if (cpu_class_is_omap2())
autoidle = 1;

/*
Expand Down

0 comments on commit c554066

Please sign in to comment.