aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-06 02:13:47 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 06:33:21 -0400
commit7d95b9ddfb933f94354fa2ff9b1bfccdd6c54653 (patch)
tree5306a7f935a0d8aa81452e6c9a2d6856fca1cc45
parent6596e97e054647fecb016ecb7e1935aa2b7db954 (diff)
ARM: shmobile: Use shmobile_init_late() on r8a7790 DT-only
Tie in shmobile_init_late for the DT-only r8a7790 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-r8a7790.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c
index 4212c8de987a..516b4e4a3ddd 100644
--- a/arch/arm/mach-shmobile/setup-r8a7790.c
+++ b/arch/arm/mach-shmobile/setup-r8a7790.c
@@ -326,6 +326,7 @@ DT_MACHINE_START(R8A7790_DT, "Generic R8A7790 (Flattened Device Tree)")
326 .smp = smp_ops(r8a7790_smp_ops), 326 .smp = smp_ops(r8a7790_smp_ops),
327 .init_early = r8a7790_init_early, 327 .init_early = r8a7790_init_early,
328 .init_time = rcar_gen2_timer_init, 328 .init_time = rcar_gen2_timer_init,
329 .init_late = shmobile_init_late,
329 .dt_compat = r8a7790_boards_compat_dt, 330 .dt_compat = r8a7790_boards_compat_dt,
330MACHINE_END 331MACHINE_END
331#endif /* CONFIG_USE_OF */ 332#endif /* CONFIG_USE_OF */