Commit 364185f3 authored by Magnus Damm's avatar Magnus Damm Committed by Simon Horman

ARM: shmobile: Use default ->init_time() on APE6EVM DT ref

Leave ->init_time() set to NULL to use the default ARM behaviour.
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent fb185bcb
...@@ -58,7 +58,6 @@ static const char *ape6evm_boards_compat_dt[] __initdata = { ...@@ -58,7 +58,6 @@ static const char *ape6evm_boards_compat_dt[] __initdata = {
DT_MACHINE_START(APE6EVM_DT, "ape6evm") DT_MACHINE_START(APE6EVM_DT, "ape6evm")
.init_early = r8a73a4_init_delay, .init_early = r8a73a4_init_delay,
.init_time = shmobile_timer_init,
.init_machine = ape6evm_add_standard_devices, .init_machine = ape6evm_add_standard_devices,
.dt_compat = ape6evm_boards_compat_dt, .dt_compat = ape6evm_boards_compat_dt,
MACHINE_END MACHINE_END
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment