* [PATCH 06/09] ARM: shmobile: Add shmobile_init_late() to Bock-W
@ 2014-07-30 23:32 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2014-07-30 23:32 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm+renesas@opensource.se>
Extend board specific Bock-W DT reference 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/board-bockw-reference.c | 1 +
1 file changed, 1 insertion(+)
--- 0001/arch/arm/mach-shmobile/board-bockw-reference.c
+++ work/arch/arm/mach-shmobile/board-bockw-reference.c 2014-07-31 07:49:26.000000000 +0900
@@ -83,5 +83,6 @@ DT_MACHINE_START(BOCKW_DT, "bockw")
.init_early = r8a7778_init_delay,
.init_irq = r8a7778_init_irq_dt,
.init_machine = bockw_init,
+ .init_late = shmobile_init_late,
.dt_compat = bockw_boards_compat_dt,
MACHINE_END
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-30 23:32 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:32 [PATCH 06/09] ARM: shmobile: Add shmobile_init_late() to Bock-W Magnus Damm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.