diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-28 20:27:32 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-17 14:26:54 +0900 |
commit | b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee (patch) | |
tree | b12d3e0d03e3d353d7f2b0b0d7c26d4f2e535bb2 /arch/arm/mach-shmobile/board-ape6evm.c | |
parent | a7b99f27a260a25f856ea37090cea997d50fe112 (diff) | |
download | linux-b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee.tar.gz linux-b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee.tar.bz2 linux-b9a30ef1d354c0bc0cc6d973bbe7ede9f00716ee.zip |
ARM: shmobile: Make r8a73a4 Arch timer optional
Update the r8a73a4 code to allow using other
timers than Arch timer for clock event
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ape6evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c index 1fbc39a14e25..af6dd39d3758 100644 --- a/arch/arm/mach-shmobile/board-ape6evm.c +++ b/arch/arm/mach-shmobile/board-ape6evm.c @@ -101,6 +101,7 @@ static const char *ape6evm_boards_compat_dt[] __initdata = { }; DT_MACHINE_START(APE6EVM_DT, "ape6evm") + .init_early = r8a73a4_init_delay, .init_time = shmobile_timer_init, .init_machine = ape6evm_add_standard_devices, .dt_compat = ape6evm_boards_compat_dt, |