diff options
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r-- | arch/arm/mach-omap1/time.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/time.c b/arch/arm/mach-omap1/time.c index ed7a61ff916a..6ec65e599997 100644 --- a/arch/arm/mach-omap1/time.c +++ b/arch/arm/mach-omap1/time.c | |||
@@ -244,6 +244,13 @@ static void __init omap_timer_init(void) | |||
244 | 244 | ||
245 | omap_init_mpu_timer(rate); | 245 | omap_init_mpu_timer(rate); |
246 | omap_init_clocksource(rate); | 246 | omap_init_clocksource(rate); |
247 | /* | ||
248 | * XXX Since this file seems to deal mostly with the MPU timer, | ||
249 | * this doesn't seem like the correct place for the sync timer | ||
250 | * clocksource init. | ||
251 | */ | ||
252 | if (!cpu_is_omap7xx() && !cpu_is_omap15xx()) | ||
253 | omap_init_clocksource_32k(); | ||
247 | } | 254 | } |
248 | 255 | ||
249 | struct sys_timer omap_timer = { | 256 | struct sys_timer omap_timer = { |