ARM: shmobile: r8a7779: Fix shmobile_init_late()
authorMagnus Damm <damm+renesas@opensource.se>
Wed, 30 Jul 2014 23:32:33 +0000 (08:32 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 20 Aug 2014 00:09:20 +0000 (09:09 +0900)
Fix r8a7779 SoC machine vector to include shmobile_init_late()
so Suspend-to-RAM and CPUIdle are setup and platform devices
are omitted as expected.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7779.c

index 236c1befb9e3740a91842b834e96eb0dcee9fcd7..6875a9fe28c24a96342efc84e0df199628f9cb48 100644 (file)
@@ -774,7 +774,7 @@ DT_MACHINE_START(R8A7779_DT, "Generic R8A7779 (Flattened Device Tree)")
        .nr_irqs        = NR_IRQS_LEGACY,
        .init_irq       = r8a7779_init_irq_dt,
        .init_machine   = r8a7779_add_standard_devices_dt,
-       .init_late      = r8a7779_init_late,
+       .init_late      = shmobile_init_late,
        .dt_compat      = r8a7779_compat_dt,
 MACHINE_END
 #endif /* CONFIG_USE_OF */
This page took 0.026324 seconds and 5 git commands to generate.