From: Magnus Damm Date: Tue, 5 Feb 2013 07:30:49 +0000 (+0900) Subject: ARM: shmobile: Register ARM architected timer X-Git-Tag: firefly_0821_release~3680^2~1071^2~2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dbe1c3defb3844772634446492ea6c13882596ec;p=firefly-linux-kernel-4.4.55.git ARM: shmobile: Register ARM architected timer Register ARM architected timer by default for all mach-shmobile systems using late timer. Signed-off-by: Magnus Damm Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/timer.c b/arch/arm/mach-shmobile/timer.c index fdbe54a11555..3d16d4dff01b 100644 --- a/arch/arm/mach-shmobile/timer.c +++ b/arch/arm/mach-shmobile/timer.c @@ -20,6 +20,7 @@ */ #include #include +#include #include #include @@ -62,4 +63,6 @@ void __init shmobile_earlytimer_init(void) void __init shmobile_timer_init(void) { + arch_timer_of_register(); + arch_timer_sched_clock_init(); }