diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-05-11 19:10:50 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-05-13 04:10:01 -0400 |
commit | 34b9fa401eeef4e388bb7563110733c73c452c80 (patch) | |
tree | d37b49145976cee8bbfc8a32989d2636bb783057 /arch/arm/mach-shmobile | |
parent | 595e9b00fb81f971d84ff451861423d02c39d060 (diff) |
ARM: shmobile: Use shmobile_init_late() on r8a7740
Hook up ->init_late for r8a7740 to initialize Suspend-to-RAM
and CPUIdle in case of C-code less board support for r8a7740.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
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-r8a7740.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index eaec04346ea6..7bdc51c195c7 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -933,6 +933,7 @@ DT_MACHINE_START(R8A7740_DT, "Generic R8A7740 (Flattened Device Tree)") | |||
933 | .init_early = shmobile_init_delay, | 933 | .init_early = shmobile_init_delay, |
934 | .init_irq = r8a7740_init_irq_of, | 934 | .init_irq = r8a7740_init_irq_of, |
935 | .init_machine = r8a7740_generic_init, | 935 | .init_machine = r8a7740_generic_init, |
936 | .init_late = shmobile_init_late, | ||
936 | .dt_compat = r8a7740_boards_compat_dt, | 937 | .dt_compat = r8a7740_boards_compat_dt, |
937 | MACHINE_END | 938 | MACHINE_END |
938 | 939 | ||