Skip to content

Commit

Permalink
extcon: arizona: Don't pulse MICBIAS for HPDET identification
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Apr 2, 2013
1 parent 6fed4d8 commit 77ff4f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/extcon/extcon-arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 77ff4f9

Please sign in to comment.