diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-07-31 01:33:26 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-08-20 02:09:22 +0200 |
commit | 9b0fd79af38cb1d68f5faf4fb528713116480e9f (patch) | |
tree | 3eee66e265f901e2eab15426269b14b7a82b8cb6 /arch/arm/mach-shmobile/setup-r7s72100.c | |
parent | ARM: shmobile: r8a73a4: Add shmobile_init_late() (diff) | |
download | linux-9b0fd79af38cb1d68f5faf4fb528713116480e9f.tar.xz linux-9b0fd79af38cb1d68f5faf4fb528713116480e9f.zip |
ARM: shmobile: r7s72100: Add shmobile_init_late()
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r7s72100.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r7s72100.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r7s72100.c b/arch/arm/mach-shmobile/setup-r7s72100.c index f3b3b14ba972..8cdc25d146a9 100644 --- a/arch/arm/mach-shmobile/setup-r7s72100.c +++ b/arch/arm/mach-shmobile/setup-r7s72100.c @@ -53,6 +53,7 @@ static const char *r7s72100_boards_compat_dt[] __initdata = { 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 #endif /* CONFIG_USE_OF */ |