summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-bockw-reference.c
diff options
context:
space:
mode:
authorMagnus Damm2014-08-20 15:03:21 +0200
committerSimon Horman2014-08-22 04:32:13 +0200
commitca609e666c47cceb64610ad703dda1bebafef605 (patch)
treecc4443895a11ff97e8ac444aa65ecac73c638eb2 /arch/arm/mach-shmobile/board-bockw-reference.c
parentARM: shmobile: r8a7778: Use shmobile_init_delay() (diff)
downloadkernel-qcow2-linux-ca609e666c47cceb64610ad703dda1bebafef605.tar.gz
kernel-qcow2-linux-ca609e666c47cceb64610ad703dda1bebafef605.tar.xz
kernel-qcow2-linux-ca609e666c47cceb64610ad703dda1bebafef605.zip
ARM: shmobile: bockw: Use shmobile_init_delay()
Adjust the BockW board support code to use shmobile_init_delay() together with CPU Frequency settings from the DTS. 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-bockw-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-bockw-reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c
index 9202f1641a16..79c47847f200 100644
--- a/arch/arm/mach-shmobile/board-bockw-reference.c
+++ b/arch/arm/mach-shmobile/board-bockw-reference.c
@@ -80,7 +80,7 @@ static const char *bockw_boards_compat_dt[] __initdata = {
};
DT_MACHINE_START(BOCKW_DT, "bockw")
- .init_early = r8a7778_init_delay,
+ .init_early = shmobile_init_delay,
.init_irq = r8a7778_init_irq_dt,
.init_machine = bockw_init,
.init_late = shmobile_init_late,