diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-07-30 19:33:08 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-19 20:09:21 -0400 |
commit | 0592d1b5d296b0b6a24b7e48b7b48662164d3117 (patch) | |
tree | 0e40a6a58a645a4cabc0b6b595bf342a34bc492d /arch/arm/mach-shmobile/setup-r8a73a4.c | |
parent | 7759a7a8e9b07a9046c1bdb2cd4c9ce197280392 (diff) |
ARM: shmobile: r8a73a4: Add shmobile_init_late()
Extend r8a73a4 SoC machine vector to include shmobile_init_late()
so Suspend-to-RAM and CPUIdle are setup as expected.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a73a4.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a73a4.c b/arch/arm/mach-shmobile/setup-r8a73a4.c index 6683072a9d98..6fbcdcc39d53 100644 --- a/arch/arm/mach-shmobile/setup-r8a73a4.c +++ b/arch/arm/mach-shmobile/setup-r8a73a4.c | |||
@@ -311,6 +311,7 @@ static const char *r8a73a4_boards_compat_dt[] __initdata = { | |||
311 | 311 | ||
312 | DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)") | 312 | DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)") |
313 | .init_early = r8a73a4_init_early, | 313 | .init_early = r8a73a4_init_early, |
314 | .init_late = shmobile_init_late, | ||
314 | .dt_compat = r8a73a4_boards_compat_dt, | 315 | .dt_compat = r8a73a4_boards_compat_dt, |
315 | MACHINE_END | 316 | MACHINE_END |
316 | #endif /* CONFIG_USE_OF */ | 317 | #endif /* CONFIG_USE_OF */ |