diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 19:02:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 11:53:52 +0100 |
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) info->hpdet_active = true; - arizona_extcon_pulse_micbias(info); - arizona_extcon_do_magic(info, 0x4000); ret = regmap_update_bits(arizona->regmap, |