aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ape6evm-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-07-31 08:45:00 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-08-20 09:06:35 +0900
commit911f7cec78af1445d4b0f5f79907cb5bd4522ce5 (patch)
tree9e2bf2a80202d6be29bf8655b9b85471a619b7ae /arch/arm/mach-shmobile/board-ape6evm-reference.c
parentARM: shmobile: ape6evm: Add shmobile_init_late() (diff)
downloadlinux-dev-911f7cec78af1445d4b0f5f79907cb5bd4522ce5.tar.xz
linux-dev-911f7cec78af1445d4b0f5f79907cb5bd4522ce5.zip
ARM: shmobile: ape6evm: Use shmobile_init_delay()
The r8a73a4 DTS includes CPU Frequency information so adjust the APE6EVM board code to use shmobile_init_delay() instead of relying on CPU Frequency information included in r8a73a4_init_delay() that is specified in C. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 1ecda4b58828..9e99b1511a90 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -59,7 +59,7 @@ static const char *ape6evm_boards_compat_dt[] __initdata = {
};
DT_MACHINE_START(APE6EVM_DT, "ape6evm")
- .init_early = r8a73a4_init_early,
+ .init_early = shmobile_init_delay,
.init_machine = ape6evm_add_standard_devices,
.init_late = shmobile_init_late,
.dt_compat = ape6evm_boards_compat_dt,