summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c
diff options
context:
space:
mode:
authorJun Li <r65092@freescale.com>2009-12-01 21:16:33 +0800
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:30 -0400
commit8ef14364cf09cb520ec60c5291f0186c1024ec42 (patch)
tree3b1ae8eb3061e7f3b278f7dc9f17b16d4d33f001 /arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c
parent511ecffed290b7e87f734aaf33e8689b9bf497c9 (diff)
ENGR00117147-2 USB clock gating and PHY low power mode.
1. If there is no usb devices connectted or all connectted usb devices are in suspend state, usb host can suspend its whole bus, then put the PHY into low power mode and close all usb clocks. 2. close all usb clocks for usb device low power mode. (The patch is splitted 2 patches, this is FSL specific driver part.) Signed-off-by: Li Jun <r65092@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c')
-rw-r--r--arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c b/arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c
index 8165e12d1356..7425d93b240b 100644
--- a/arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c
+++ b/arch/arm/mach-mx51/mx51_babbage_pmic_mc13892.c
@@ -72,11 +72,10 @@
/* 0x92412 */
#define REG_MODE_0_ALL_MASK (GEN1_STBY_MASK |\
DIG_STBY_MASK | GEN2_STBY_MASK |\
- PLL_STBY_MASK | USB2_STBY_MASK)
+ PLL_STBY_MASK)
/* 0x92082 */
-#define REG_MODE_1_ALL_MASK (GEN3_STBY_MASK | CAM_STBY_MASK |\
- VIDEO_STBY_MASK | AUDIO_STBY_MASK |\
- SD_STBY_MASK)
+#define REG_MODE_1_ALL_MASK (CAM_STBY_MASK | VIDEO_STBY_MASK |\
+ AUDIO_STBY_MASK | SD_STBY_MASK)
/* CPU */
static struct regulator_consumer_supply sw1_consumers[] = {