Skip to content

Commit

Permalink
ARM: shmobile: Register ARM architected timer
Browse files Browse the repository at this point in the history
Register ARM architected timer by default for all mach-shmobile
systems using late timer.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Feb 5, 2013
1 parent 58079fa commit dbe1c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-shmobile/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
#include <linux/platform_device.h>
#include <linux/delay.h>
#include <asm/arch_timer.h>
#include <asm/mach/time.h>
#include <asm/smp_twd.h>

Expand Down Expand Up @@ -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();
}

0 comments on commit dbe1c3d

Please sign in to comment.