]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: marzen-reference: Use DT CPU Frequency
authorSimon Horman <horms+renesas@verge.net.au>
Fri, 16 May 2014 04:43:00 +0000 (13:43 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 17 Jun 2014 10:56:33 +0000 (19:56 +0900)
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>
arch/arm/mach-shmobile/board-marzen-reference.c

index 1b63686e0160b369805a8dd0a13e0e4e1a942e3e..bb2df32f597adbcb6b7924bcd1ae1d357b14b27a 100644 (file)
@@ -66,7 +66,7 @@ static const char *marzen_boards_compat_dt[] __initdata = {
 DT_MACHINE_START(MARZEN, "marzen")
        .smp            = smp_ops(r8a7779_smp_ops),
        .map_io         = r8a7779_map_io,
-       .init_early     = r8a7779_init_delay,
+       .init_early     = shmobile_init_delay,
        .init_time      = marzen_init_timer,
        .nr_irqs        = NR_IRQS_LEGACY,
        .init_irq       = r8a7779_init_irq_dt,