projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3153e6
)
ARM: shmobile: Use ->init_late() in shared EMEV2 case
author
Magnus Damm
<damm@opensource.se>
Wed, 6 Nov 2013 23:21:20 +0000
(08:21 +0900)
committer
Simon Horman
<horms+renesas@verge.net.au>
Wed, 4 Dec 2013 06:11:15 +0000
(15:11 +0900)
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>
arch/arm/mach-shmobile/setup-emev2.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-shmobile/setup-emev2.c
b/arch/arm/mach-shmobile/setup-emev2.c
index 2d64b95dcc43be026fae163ba0f25cbefd312f83..4d39bf49aae2933afc1802873f5f5beaf9d024d9 100644
(file)
--- 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