summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvf/cpu.c
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2012-12-11 15:32:19 +0800
committerEd Nash <enash@enash-desktop.(none)>2012-12-12 14:46:30 -0500
commitefe491be15ead3bbcf7e715337fdee7dfa41f699 (patch)
tree994f0d44a53f97a8cb35bece0fc0c25536e8fb80 /arch/arm/mach-mvf/cpu.c
parent7974a95ddfa0ad24e6d3684f350b7bfd84feb816 (diff)
ENGR00216076-1: PM: Add Power Management driver for Vybrid
System could run into STOP and LPRun modes. When system was working in STOP mode, pressing SW1 button or inserting or removing SD card could wake up it. Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'arch/arm/mach-mvf/cpu.c')
-rw-r--r--arch/arm/mach-mvf/cpu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-mvf/cpu.c b/arch/arm/mach-mvf/cpu.c
index 2254ac5974c5..4c6d018cd076 100644
--- a/arch/arm/mach-mvf/cpu.c
+++ b/arch/arm/mach-mvf/cpu.c
@@ -81,8 +81,7 @@ EXPORT_SYMBOL(mvf_revision);
static int __init post_cpu_init(void)
{
-
- /*iram_init(MVF_IRAM_BASE_ADDR, MVF_IRAM_SIZE);*/
+ iram_init(MVF_IRAM_BASE_ADDR, MVF_IRAM_SIZE);
/* Move wait routine into iRAM */
ccm_base = MVF_IO_ADDRESS(MVF_CCM_BASE_ADDR);