aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c6410
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-12-03 13:31:55 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-12-03 13:31:55 +0000
commit2266dd71eb3953565c885548243d0d16c6eaebf6 (patch)
tree97947f2bffb9ffd328f18f3d49862ca47de788d7 /arch/arm/mach-s3c6410
parent65d768430be60228d84d491908a141357ad5ef56 (diff)
fix-gta03-init-platform-power-management.patch
This gets GTA03 using the new 6410 power management stuff in Ben Dooks' tree Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm/mach-s3c6410')
-rw-r--r--arch/arm/mach-s3c6410/mach-om-gta03.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/mach-om-gta03.c b/arch/arm/mach-s3c6410/mach-om-gta03.c
index a1c39a3b0d4..61c0c7be180 100644
--- a/arch/arm/mach-s3c6410/mach-om-gta03.c
+++ b/arch/arm/mach-s3c6410/mach-om-gta03.c
@@ -47,6 +47,7 @@
#include <plat/iic.h>
#include <plat/fb.h>
#include <plat/gpio-cfg.h>
+#include <plat/pm.h>
#include <plat/s3c6410.h>
#include <plat/clock.h>
@@ -615,6 +616,8 @@ static void __init om_gta03_map_io(void)
static void __init om_gta03_machine_init(void)
{
+ s3c_pm_init();
+
s3c_i2c0_set_platdata(NULL);
s3c_fb_set_platdata(&om_gta03_lcd_pdata);