diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 14:02:37 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 06:53:52 -0400 |
commit | 77ff4f95d77ddb14fe827e70d8b4be4a692790e9 (patch) | |
tree | fa0465d433ed65eef74c022485ea7aaec5c47c1a /drivers/extcon | |
parent | 6fed4d869a11fdbb4c6a5e444dfb2c22f92c3e46 (diff) |
extcon: arizona: Don't pulse MICBIAS for HPDET identification
There is no need to do this as HPDET identification will cause MICBIAS to
be powered down again.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/extcon')
-rw-r--r-- | drivers/extcon/extcon-arizona.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index e2339629126a..95748d3cbc4e 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c | |||
@@ -693,8 +693,6 @@ static void arizona_start_hpdet_acc_id(struct arizona_extcon_info *info) | |||
693 | 693 | ||
694 | info->hpdet_active = true; | 694 | info->hpdet_active = true; |
695 | 695 | ||
696 | arizona_extcon_pulse_micbias(info); | ||
697 | |||
698 | arizona_extcon_do_magic(info, 0x4000); | 696 | arizona_extcon_do_magic(info, 0x4000); |
699 | 697 | ||
700 | ret = regmap_update_bits(arizona->regmap, | 698 | ret = regmap_update_bits(arizona->regmap, |