aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-genmai-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-06 01:28:56 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:50:33 -0400
commit4387ac5282616ff14edc733aca79fe046ddb45f5 (patch)
treec7587b12f59cf29eb21269fd2a8de0b3b878912e /arch/arm/mach-shmobile/board-genmai-reference.c
parent005407fdf1c65a06fc0a9c588408f57e2eacef7c (diff)
ARM: shmobile: Use shmobile_init_delay() on Genmai boards
Adjust Genmai board support to use shmobile_init_delay() together with r7s72100 CPU Frequency settings from the DTS. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-genmai-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-genmai-reference.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c
index d341ef09ec37..c06dc5c12d1e 100644
--- a/arch/arm/mach-shmobile/board-genmai-reference.c
+++ b/arch/arm/mach-shmobile/board-genmai-reference.c
@@ -47,7 +47,7 @@ static const char * const genmai_boards_compat_dt[] __initconst = {
47}; 47};
48 48
49DT_MACHINE_START(GENMAI_DT, "genmai") 49DT_MACHINE_START(GENMAI_DT, "genmai")
50 .init_early = r7s72100_init_early, 50 .init_early = shmobile_init_delay,
51 .init_machine = genmai_add_standard_devices, 51 .init_machine = genmai_add_standard_devices,
52 .dt_compat = genmai_boards_compat_dt, 52 .dt_compat = genmai_boards_compat_dt,
53MACHINE_END 53MACHINE_END