Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db72e6a1 authored by Mark Brown's avatar Mark Brown Committed by Chanwoo Choi
Browse files

extcon: arizona: Remove duplicate mic ramp configuration



Now this is configured by platform data remove the defualt configuration
the driver had.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: default avatarMyungjoo Ham <myungjoo.ham@samsung.com>
parent 3d44ea1c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -473,9 +473,7 @@ static int arizona_extcon_probe(struct platform_device *pdev)
	}

	regmap_update_bits(arizona->regmap, ARIZONA_MIC_DETECT_1,
			   ARIZONA_MICD_BIAS_STARTTIME_MASK |
			   ARIZONA_MICD_RATE_MASK,
			   7 << ARIZONA_MICD_BIAS_STARTTIME_SHIFT |
			   8 << ARIZONA_MICD_RATE_SHIFT);

	arizona_clk32k_enable(arizona);