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 <[email protected]>
Tested-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
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