diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-17 08:22:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-10-23 22:06:35 -0400 |
commit | 27c1bb20d45830a64bf344cc1cb5e0a745e2d206 (patch) | |
tree | fcb105e4cd86f9cc76d3544c512862e93002584d /arch/arm/mach-shmobile | |
parent | 27f3c70874fc1d114e26c807e900fec4b50b1217 (diff) |
ARM: shmobile: sh7372: Add shmobile_init_late()
Extend sh7372 SoC machine vector to include shmobile_init_late()
so Suspend-to-RAM and CPUIdle are setup as expected.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index d646c8d12423..769ff008571d 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c | |||
@@ -1012,6 +1012,7 @@ DT_MACHINE_START(SH7372_DT, "Generic SH7372 (Flattened Device Tree)") | |||
1012 | .init_irq = sh7372_init_irq, | 1012 | .init_irq = sh7372_init_irq, |
1013 | .handle_irq = shmobile_handle_irq_intc, | 1013 | .handle_irq = shmobile_handle_irq_intc, |
1014 | .init_machine = sh7372_add_standard_devices_dt, | 1014 | .init_machine = sh7372_add_standard_devices_dt, |
1015 | .init_late = shmobile_init_late, | ||
1015 | .dt_compat = sh7372_boards_compat_dt, | 1016 | .dt_compat = sh7372_boards_compat_dt, |
1016 | MACHINE_END | 1017 | MACHINE_END |
1017 | 1018 | ||