* [PATCH 09/09] ARM: shmobile: Add shmobile_init_late() to r7s72100
@ 2014-07-30 23:33 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2014-07-30 23:33 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm+renesas@opensource.se>
Extend r7s72100 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>
---
arch/arm/mach-shmobile/setup-r7s72100.c | 1 +
1 file changed, 1 insertion(+)
--- 0001/arch/arm/mach-shmobile/setup-r7s72100.c
+++ work/arch/arm/mach-shmobile/setup-r7s72100.c 2014-07-31 08:07:34.000000000 +0900
@@ -31,5 +31,6 @@ static const char *r7s72100_boards_compa
DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
.init_early = shmobile_init_delay,
+ .init_late = shmobile_init_late,
.dt_compat = r7s72100_boards_compat_dt,
MACHINE_END
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-30 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 23:33 [PATCH 09/09] ARM: shmobile: Add shmobile_init_late() to r7s72100 Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox