提交 9fc50a2e 编写于 作者: M Mark Brown

regulator: arizona-micsupp: Enable bypass in default constraints

This will be used as part of low power accessory detect.
Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 e6ed9058
......@@ -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,
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册