summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Damm2014-07-31 01:33:17 +0200
committerSimon Horman2014-08-20 02:06:35 +0200
commit509c42a5fce00f8769f68847580ba3c4dc884218 (patch)
tree8463b20a9eb3c93ef872c0282bc10ae6e7e9543f
parentARM: shmobile: bockw: Add shmobile_init_late() (diff)
downloadkernel-qcow2-linux-509c42a5fce00f8769f68847580ba3c4dc884218.tar.gz
kernel-qcow2-linux-509c42a5fce00f8769f68847580ba3c4dc884218.tar.xz
kernel-qcow2-linux-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>
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c1
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm.c1
2 files changed, 2 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
diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c
index 1585b8830b13..befbae03a1ec 100644
--- a/arch/arm/mach-shmobile/board-ape6evm.c
+++ b/arch/arm/mach-shmobile/board-ape6evm.c
@@ -285,5 +285,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