summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gong <B38343@freescale.com>2011-09-06 15:01:56 +0800
committerWayne Zou <b36644@freescale.com>2011-09-06 15:22:43 +0800
commit61e3b9d6d7bfdd8c9400e4a8462d20724c6e32be (patch)
treeb4132a914595670ff409236d0a2b392dc5fe31be
parent1aedc90d5008f553f3001ea4f1847f1be8dad0f2 (diff)
ENGR00155137 mx53 Ripley: enable SWBST in stop mode
Because VUSB is supply by SWBST , we shouldn't off SWBST, otherwise VUSB will not kept in 3.3V , so there is no normal wakeup signal produced when USB device plug in or out after system go into stop mode. Signed-off-by: Robin Gong <B38343@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c b/arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c
index b2572b5e09ea..ca5a05294f0e 100644
--- a/arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c
+++ b/arch/arm/mach-mx5/mx53_loco_pmic_mc34708.c
@@ -73,7 +73,7 @@
| SW4B_MODE_VALUE | SW5_MODE_VALUE)
#define SWBST_MODE_MASK (0x3 << 5)
-#define SWBST_MODE_VALUE (0x0 << 5)
+#define SWBST_MODE_VALUE (0x2 << 5) /*Auto mode*/
#define REG_SWBST_MODE_MASK (SWBST_MODE_MASK)
#define REG_SWBST_MODE_VALUE (SWBST_MODE_VALUE)