Skip to content

Commit

Permalink
ARM: shmobile: use r8a7790 timer setup code on Lager
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Simon Horman committed Apr 9, 2013
1 parent ac119cc commit 65be2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/board-lager.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static const char *lager_boards_compat_dt[] __initdata = {

DT_MACHINE_START(LAGER_DT, "lager")
.init_irq = irqchip_init,
.init_time = shmobile_timer_init,
.init_time = r8a7790_timer_init,
.init_machine = lager_add_standard_devices,
.dt_compat = lager_boards_compat_dt,
MACHINE_END

0 comments on commit 65be2de

Please sign in to comment.