diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-11 19:25:27 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-12 03:09:52 -0400 |
commit | 7e99497cf5e7b46ff5f434beae45f6f35005e8b6 (patch) | |
tree | 7959fa1497fecc5361acdc94f2900309184100fb | |
parent | 648c687a6a43a6473caedba4785a16537bd21bfb (diff) |
ARM: shmobile: Use r8a7791 DT CPU Frequency for Koelsch
Convert the Koelsch board support to use shmobile_init_delay()
to be able to migrate away from per-SoC delay setup functions.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c index a3fd30242bd8..ff33d9c4b658 100644 --- a/arch/arm/mach-shmobile/board-koelsch-reference.c +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c | |||
@@ -139,7 +139,7 @@ static const char * const koelsch_boards_compat_dt[] __initconst = { | |||
139 | 139 | ||
140 | DT_MACHINE_START(KOELSCH_DT, "koelsch") | 140 | DT_MACHINE_START(KOELSCH_DT, "koelsch") |
141 | .smp = smp_ops(r8a7791_smp_ops), | 141 | .smp = smp_ops(r8a7791_smp_ops), |
142 | .init_early = r8a7791_init_early, | 142 | .init_early = shmobile_init_delay, |
143 | .init_time = rcar_gen2_timer_init, | 143 | .init_time = rcar_gen2_timer_init, |
144 | .init_machine = koelsch_add_standard_devices, | 144 | .init_machine = koelsch_add_standard_devices, |
145 | .init_late = shmobile_init_late, | 145 | .init_late = shmobile_init_late, |
diff --git a/arch/arm/mach-shmobile/board-koelsch.c b/arch/arm/mach-shmobile/board-koelsch.c index 5a034ff405d0..3cd8008d09dd 100644 --- a/arch/arm/mach-shmobile/board-koelsch.c +++ b/arch/arm/mach-shmobile/board-koelsch.c | |||
@@ -522,7 +522,7 @@ static const char * const koelsch_boards_compat_dt[] __initconst = { | |||
522 | 522 | ||
523 | DT_MACHINE_START(KOELSCH_DT, "koelsch") | 523 | DT_MACHINE_START(KOELSCH_DT, "koelsch") |
524 | .smp = smp_ops(r8a7791_smp_ops), | 524 | .smp = smp_ops(r8a7791_smp_ops), |
525 | .init_early = r8a7791_init_early, | 525 | .init_early = shmobile_init_delay, |
526 | .init_time = rcar_gen2_timer_init, | 526 | .init_time = rcar_gen2_timer_init, |
527 | .init_machine = koelsch_init, | 527 | .init_machine = koelsch_init, |
528 | .init_late = shmobile_init_late, | 528 | .init_late = shmobile_init_late, |