diff options
author | Magnus Damm <damm@opensource.se> | 2013-11-06 23:21:20 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-12-04 06:11:15 (GMT) |
commit | 3f348e1c3f47f4c0c21cb1f4c1d6af4ea02d59e8 (patch) | |
tree | 242e6f58828f7a42a7799e58e151e280efda14b6 /arch/arm/mach-shmobile/setup-emev2.c | |
parent | a3153e6cbaa878c52bcd547f24f89282c660e2e7 (diff) | |
download | linux-3f348e1c3f47f4c0c21cb1f4c1d6af4ea02d59e8.tar.xz |
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 2d64b95..4d39bf4 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)") .map_io = emev2_map_io, .init_early = emev2_init_delay, .init_machine = emev2_add_standard_devices_dt, + .init_late = shmobile_init_late, .dt_compat = emev2_boards_compat_dt, MACHINE_END |