aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-omap/dmtimer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/dmtimer.c b/arch/arm/plat-omap/dmtimer.c
index 8dfb8186b2c2..75a847dd776a 100644
--- a/arch/arm/plat-omap/dmtimer.c
+++ b/arch/arm/plat-omap/dmtimer.c
@@ -209,8 +209,8 @@ static void omap_dm_timer_reset(struct omap_dm_timer *timer)
209 } 209 }
210 omap_dm_timer_set_source(timer, OMAP_TIMER_SRC_32_KHZ); 210 omap_dm_timer_set_source(timer, OMAP_TIMER_SRC_32_KHZ);
211 211
212 /* Enable autoidle on OMAP2 / OMAP3 */ 212 /* Enable autoidle on OMAP2+ */
213 if (cpu_is_omap24xx() || cpu_is_omap34xx()) 213 if (cpu_class_is_omap2())
214 autoidle = 1; 214 autoidle = 1;
215 215
216 /* 216 /*