From: Mark Brown Date: Thu, 10 Jan 2013 23:51:15 +0000 (+0900) Subject: extcon: arizona: Remove duplicate mic ramp configuration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=db72e6a1629ab79f5599f21ab19f8eb31137befa;p=linux-beck.git extcon: arizona: Remove duplicate mic ramp configuration Now this is configured by platform data remove the defualt configuration the driver had. Signed-off-by: Mark Brown Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- diff --git a/drivers/extcon/extcon-arizona.c b/drivers/extcon/extcon-arizona.c index 4454d2df3a58..7dbefe8fe5c2 100644 --- a/drivers/extcon/extcon-arizona.c +++ b/drivers/extcon/extcon-arizona.c @@ -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);