diff options
Diffstat (limited to 'arch/arm/mach-vexpress')
-rw-r--r-- | arch/arm/mach-vexpress/v2m.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index 7eaa232180a5..8c283100a9a0 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-vexpress/v2m.c | |||
@@ -22,6 +22,8 @@ | |||
22 | #include <mach/clkdev.h> | 22 | #include <mach/clkdev.h> |
23 | #include <mach/motherboard.h> | 23 | #include <mach/motherboard.h> |
24 | 24 | ||
25 | #include <plat/sched_clock.h> | ||
26 | |||
25 | #include <plat/timer-sp.h> | 27 | #include <plat/timer-sp.h> |
26 | 28 | ||
27 | #include "core.h" | 29 | #include "core.h" |
@@ -50,6 +52,8 @@ void __init v2m_map_io(struct map_desc *tile, size_t num) | |||
50 | 52 | ||
51 | static void __init v2m_timer_init(void) | 53 | static void __init v2m_timer_init(void) |
52 | { | 54 | { |
55 | versatile_sched_clock_init(MMIO_P2V(V2M_SYS_24MHZ), 24000000); | ||
56 | |||
53 | writel(0, MMIO_P2V(V2M_TIMER0) + TIMER_CTRL); | 57 | writel(0, MMIO_P2V(V2M_TIMER0) + TIMER_CTRL); |
54 | writel(0, MMIO_P2V(V2M_TIMER1) + TIMER_CTRL); | 58 | writel(0, MMIO_P2V(V2M_TIMER1) + TIMER_CTRL); |
55 | 59 | ||