diff options
author | Magnus Damm <damm@opensource.se> | 2013-04-07 21:23:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-09 08:40:59 -0400 |
commit | 65be2de17aae0fd94e55f7c4a474933cf4607ea2 (patch) | |
tree | cbff99bd8e45cf85e876cdeb81ec218e745fdbaa /arch/arm/mach-shmobile | |
parent | ac119ccd80eb914185229c4c4086f3debdd4c764 (diff) |
ARM: shmobile: use r8a7790 timer setup code on Lager
Use the r8a7790 timer init function on Lager
to make sure the architected timer is started
regardless of boot loader setting.
Signed-off-by: Magnus Damm <damm@opensource.se>
Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/board-lager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-lager.c b/arch/arm/mach-shmobile/board-lager.c index ea6f9e5d3500..f587187a8603 100644 --- a/arch/arm/mach-shmobile/board-lager.c +++ b/arch/arm/mach-shmobile/board-lager.c | |||
@@ -40,7 +40,7 @@ static const char *lager_boards_compat_dt[] __initdata = { | |||
40 | 40 | ||
41 | DT_MACHINE_START(LAGER_DT, "lager") | 41 | DT_MACHINE_START(LAGER_DT, "lager") |
42 | .init_irq = irqchip_init, | 42 | .init_irq = irqchip_init, |
43 | .init_time = shmobile_timer_init, | 43 | .init_time = r8a7790_timer_init, |
44 | .init_machine = lager_add_standard_devices, | 44 | .init_machine = lager_add_standard_devices, |
45 | .dt_compat = lager_boards_compat_dt, | 45 | .dt_compat = lager_boards_compat_dt, |
46 | MACHINE_END | 46 | MACHINE_END |