diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-27 15:55:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-28 18:48:01 +0100 |
commit | 9507281855080081084ed8526cfe1353c37407c4 (patch) | |
tree | d71ced58e583a4b45d057a316e1e2f2a6a43a132 | |
parent | regulator: arizona-ldo1: Support 1.8V mode (diff) | |
download | linux-9507281855080081084ed8526cfe1353c37407c4.tar.xz linux-9507281855080081084ed8526cfe1353c37407c4.zip |
regulator: arizona-micsupp: Add ramp time information
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-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 = { .bypass_reg = ARIZONA_MIC_CHARGE_PUMP_1, .bypass_mask = ARIZONA_CPMIC_BYPASS, + .enable_time = 3000, + .owner = THIS_MODULE, }; |