diff options
Diffstat (limited to 'drivers/extcon/extcon-arizona.c')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 427a289f32a5..6c19833ed2d0 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
@@ -434,6 +434,11 @@ static int __devinit arizona_extcon_probe(struct platform_device *pdev) | |||
434 | regmap_update_bits(arizona->regmap, ARIZONA_JACK_DETECT_ANALOGUE, | 434 | regmap_update_bits(arizona->regmap, ARIZONA_JACK_DETECT_ANALOGUE, |
435 | ARIZONA_JD1_ENA, ARIZONA_JD1_ENA); | 435 | ARIZONA_JD1_ENA, ARIZONA_JD1_ENA); |
436 | 436 | ||
437 | ret = regulator_allow_bypass(info->micvdd, true); | ||
438 | if (ret != 0) | ||
439 | dev_warn(arizona->dev, "Failed to set MICVDD to bypass: %d\n", | ||
440 | ret); | ||
441 | |||
437 | pm_runtime_put(&pdev->dev); | 442 | pm_runtime_put(&pdev->dev); |
438 | 443 | ||
439 | return 0; | 444 | return 0; |