ARM: shmobile: r8a7778: Add missing call to shmobile_init_late()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 13 Aug 2014 11:45:00 +0000 (13:45 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 5 Dec 2014 00:59:15 +0000 (09:59 +0900)
Add the missing call to shmobile_init_late() to r8a7778_init_late().
This should make sure Suspend-to-RAM and CPUIdle are setup as expected
on bockw.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
(cherry picked from commit 54a06dde40f6a01e323d49390d78b8c9f1dfacc0)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/setup-r8a7778.c

index 8d83264..665175d 100644 (file)
@@ -521,6 +521,7 @@ void __init r8a7778_add_standard_devices(void)
 
 void __init r8a7778_init_late(void)
 {
+       shmobile_init_late();
        platform_device_register_full(&ehci_info);
        platform_device_register_full(&ohci_info);
 }