aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ape6evm-reference.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-07-31 08:33:17 +0900
committerSimon Horman <horms+renesas@verge.net.au>2014-08-20 09:06:35 +0900
commit509c42a5fce00f8769f68847580ba3c4dc884218 (patch)
tree8463b20a9eb3c93ef872c0282bc10ae6e7e9543f /arch/arm/mach-shmobile/board-ape6evm-reference.c
parentARM: shmobile: bockw: Add shmobile_init_late() (diff)
downloadlinux-dev-509c42a5fce00f8769f68847580ba3c4dc884218.tar.xz
linux-dev-509c42a5fce00f8769f68847580ba3c4dc884218.zip
ARM: shmobile: ape6evm: Add shmobile_init_late()
Extend board specific APE6EVM reference machine vectors to include shmobile_init_late() so Suspend-to-RAM and CPUIdle are setup as expected. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 2f7723e5fe91..1ecda4b58828 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -61,5 +61,6 @@ static const char *ape6evm_boards_compat_dt[] __initdata = {
DT_MACHINE_START(APE6EVM_DT, "ape6evm")
.init_early = r8a73a4_init_early,
.init_machine = ape6evm_add_standard_devices,
+ .init_late = shmobile_init_late,
.dt_compat = ape6evm_boards_compat_dt,
MACHINE_END