diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-05-16 00:43:00 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 06:56:33 -0400 |
commit | 17ed9efd8afdd8c38f19ff72f08e71c1fd2376e3 (patch) | |
tree | bbd8df27c8a874f924e3f0a45750483ca8b96639 | |
parent | 0157b62674aa3db1fc574bb65e6b0e30bb0683d7 (diff) |
ARM: shmobile: marzen-reference: Use DT CPU Frequency
Convert the Marzen DT reference board support to use shmobile_init_delay()
to be able to migrate away from per-SoC delay setup functions.
Based on work for the Armadillo800 EVA board by Magnus Damm.
Cc: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/board-marzen-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-marzen-reference.c b/arch/arm/mach-shmobile/board-marzen-reference.c index 1b63686e0160..bb2df32f597a 100644 --- a/arch/arm/mach-shmobile/board-marzen-reference.c +++ b/arch/arm/mach-shmobile/board-marzen-reference.c | |||
@@ -66,7 +66,7 @@ static const char *marzen_boards_compat_dt[] __initdata = { | |||
66 | DT_MACHINE_START(MARZEN, "marzen") | 66 | DT_MACHINE_START(MARZEN, "marzen") |
67 | .smp = smp_ops(r8a7779_smp_ops), | 67 | .smp = smp_ops(r8a7779_smp_ops), |
68 | .map_io = r8a7779_map_io, | 68 | .map_io = r8a7779_map_io, |
69 | .init_early = r8a7779_init_delay, | 69 | .init_early = shmobile_init_delay, |
70 | .init_time = marzen_init_timer, | 70 | .init_time = marzen_init_timer, |
71 | .nr_irqs = NR_IRQS_LEGACY, | 71 | .nr_irqs = NR_IRQS_LEGACY, |
72 | .init_irq = r8a7779_init_irq_dt, | 72 | .init_irq = r8a7779_init_irq_dt, |