aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-06 02:15:23 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:33:21 -0400
commit3d65226bc925f4749c2b2ab0ea3f4d274e194688 (patch)
tree2f950e4e63085e422f6eea925023198be516b7ab
parent7d95b9ddfb933f94354fa2ff9b1bfccdd6c54653 (diff)
ARM: shmobile: Use shmobile_init_late() on r8a7791 DT-only
Tie in shmobile_init_late for the DT-only r8a7791 SoC Multiplatform support code. This will make sure that Suspend-to-RAM, CPUIdle and CPUFreq get initialized. 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/setup-r8a7791.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c
index f554cda4a96a..9e16b1daba59 100644
--- a/arch/arm/mach-shmobile/setup-r8a7791.c
+++ b/arch/arm/mach-shmobile/setup-r8a7791.c
@@ -217,6 +217,7 @@ DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)")
217 .smp = smp_ops(r8a7791_smp_ops), 217 .smp = smp_ops(r8a7791_smp_ops),
218 .init_early = shmobile_init_delay, 218 .init_early = shmobile_init_delay,
219 .init_time = rcar_gen2_timer_init, 219 .init_time = rcar_gen2_timer_init,
220 .init_late = shmobile_init_late,
220 .dt_compat = r8a7791_boards_compat_dt, 221 .dt_compat = r8a7791_boards_compat_dt,
221MACHINE_END 222MACHINE_END
222#endif /* CONFIG_USE_OF */ 223#endif /* CONFIG_USE_OF */