diff options
author | William Lai <b04597@freescale.com> | 2010-07-30 18:00:48 +0800 |
---|---|---|
committer | William Lai <b04597@freescale.com> | 2010-07-30 18:07:35 +0800 |
commit | 081f7a7408f71c67f19d95fde9e25f7e611362f3 (patch) | |
tree | ab74922b86b91e1c4a41297e5f2fdb9f60766bd7 /arch | |
parent | fa1e059caedc746ee4d9d6d236452d4e47d3d264 (diff) |
ENGR00125736 MX53 PMIC: Turn on the vvideo power supply by default
The vvideo power supply drives the gpio bank, from gpio_12 to
gpio14. Turn on the power in case other modules need these gpio.
Signed-off-by: William Lai <b04597@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mx5/mx53_evk_pmic_mc13892.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk_pmic_mc13892.c b/arch/arm/mach-mx5/mx53_evk_pmic_mc13892.c index 445ab10f099a..122addcbca49 100644 --- a/arch/arm/mach-mx5/mx53_evk_pmic_mc13892.c +++ b/arch/arm/mach-mx5/mx53_evk_pmic_mc13892.c @@ -183,6 +183,8 @@ static struct regulator_init_data vvideo_init = { .min_uV = mV_to_uV(2500), .max_uV = mV_to_uV(2775), .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE, + .always_on = 1, + .boot_on = 1, } }; |