diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-10 20:31:47 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 13:31:02 +0100 |
commit | 9fc50a2ead28afea1da19c22b1054f7e23d6eb45 (patch) | |
tree | dcbff90fef7fee9e2030fe4a1e090ffe3e6e31a8 /drivers/regulator/arizona-micsupp.c | |
parent | regulator: arizona-micsupp: Enable SYSCLK for charge pump (diff) | |
download | linux-9fc50a2ead28afea1da19c22b1054f7e23d6eb45.tar.xz linux-9fc50a2ead28afea1da19c22b1054f7e23d6eb45.zip |
regulator: arizona-micsupp: Enable bypass in default constraints
This will be used as part of low power accessory detect.
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/arizona-micsupp.c b/drivers/regulator/arizona-micsupp.c index d96cee48f593..e87536bf0bed 100644 --- a/drivers/regulator/arizona-micsupp.c +++ b/drivers/regulator/arizona-micsupp.c @@ -177,7 +177,8 @@ static const struct regulator_desc arizona_micsupp = { static const struct regulator_init_data arizona_micsupp_default = { .constraints = { .valid_ops_mask = REGULATOR_CHANGE_STATUS | - REGULATOR_CHANGE_VOLTAGE, + REGULATOR_CHANGE_VOLTAGE | + REGULATOR_CHANGE_BYPASS, .min_uV = 1700000, .max_uV = 3300000, }, |