diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-27 09:55:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 12:48:01 -0500 |
commit | 9507281855080081084ed8526cfe1353c37407c4 (patch) | |
tree | d71ced58e583a4b45d057a316e1e2f2a6a43a132 /drivers/regulator/arizona-micsupp.c | |
parent | 73ee29460e5d0adbb46e4962df69ae2465746612 (diff) |
regulator: arizona-micsupp: Add ramp time information
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/arizona-micsupp.c')
-rw-r--r-- | drivers/regulator/arizona-micsupp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/arizona-micsupp.c b/drivers/regulator/arizona-micsupp.c index d9b1f82cc5bd..93d0604e64b4 100644 --- a/drivers/regulator/arizona-micsupp.c +++ b/drivers/regulator/arizona-micsupp.c | |||
@@ -101,6 +101,8 @@ static const struct regulator_desc arizona_micsupp = { | |||
101 | .bypass_reg = ARIZONA_MIC_CHARGE_PUMP_1, | 101 | .bypass_reg = ARIZONA_MIC_CHARGE_PUMP_1, |
102 | .bypass_mask = ARIZONA_CPMIC_BYPASS, | 102 | .bypass_mask = ARIZONA_CPMIC_BYPASS, |
103 | 103 | ||
104 | .enable_time = 3000, | ||
105 | |||
104 | .owner = THIS_MODULE, | 106 | .owner = THIS_MODULE, |
105 | }; | 107 | }; |
106 | 108 | ||