ARM: shmobile: Use r8a7791 DT CPU Frequency in common case
authorMagnus Damm <damm+renesas@opensource.se>
Sun, 11 May 2014 23:25:18 +0000 (08:25 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 May 2014 07:09:45 +0000 (16:09 +0900)
Convert the common C-code-less r8a7791 DT 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>
arch/arm/mach-shmobile/setup-r8a7791.c

index a7e4966f5e189e4e6ef25fc0153723953bcfd073..2c84e745c2239336fb06d584e3bede12c5f4390a 100644 (file)
@@ -225,7 +225,7 @@ static const char *r8a7791_boards_compat_dt[] __initdata = {
 
 DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)")
        .smp            = smp_ops(r8a7791_smp_ops),
-       .init_early     = r8a7791_init_early,
+       .init_early     = shmobile_init_delay,
        .init_time      = rcar_gen2_timer_init,
        .dt_compat      = r8a7791_boards_compat_dt,
 MACHINE_END
This page took 0.025351 seconds and 5 git commands to generate.