diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-06 18:21:20 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 01:11:15 -0500 |
commit | 3f348e1c3f47f4c0c21cb1f4c1d6af4ea02d59e8 (patch) | |
tree | 242e6f58828f7a42a7799e58e151e280efda14b6 /arch/arm/mach-shmobile/setup-emev2.c | |
parent | a3153e6cbaa878c52bcd547f24f89282c660e2e7 (diff) |
ARM: shmobile: Use ->init_late() in shared EMEV2 case
Hook up shmobile_init_late() to enable various
code such as suspend-to-RAM and CPUIdle.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-emev2.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-emev2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-emev2.c b/arch/arm/mach-shmobile/setup-emev2.c index 2d64b95dcc43..4d39bf49aae2 100644 --- a/arch/arm/mach-shmobile/setup-emev2.c +++ b/arch/arm/mach-shmobile/setup-emev2.c | |||
@@ -218,6 +218,7 @@ DT_MACHINE_START(EMEV2_DT, "Generic Emma Mobile EV2 (Flattened Device Tree)") | |||
218 | .map_io = emev2_map_io, | 218 | .map_io = emev2_map_io, |
219 | .init_early = emev2_init_delay, | 219 | .init_early = emev2_init_delay, |
220 | .init_machine = emev2_add_standard_devices_dt, | 220 | .init_machine = emev2_add_standard_devices_dt, |
221 | .init_late = shmobile_init_late, | ||
221 | .dt_compat = emev2_boards_compat_dt, | 222 | .dt_compat = emev2_boards_compat_dt, |
222 | MACHINE_END | 223 | MACHINE_END |
223 | 224 | ||