diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-01 20:02:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-04-02 12:53:52 +0200 |
commit | 77ff4f95d77ddb14fe827e70d8b4be4a692790e9 (patch) | |
tree | fa0465d433ed65eef74c022485ea7aaec5c47c1a /drivers/extcon | |
parent | extcon: arizona: Allow configuration of button detection (diff) | |
download | linux-77ff4f95d77ddb14fe827e70d8b4be4a692790e9.tar.xz linux-77ff4f95d77ddb14fe827e70d8b4be4a692790e9.zip |
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, |