aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-10 18:51:15 -0500
committerChanwoo Choi <cw00.choi@samsung.com>2013-01-15 01:42:16 -0500
commitdb72e6a1629ab79f5599f21ab19f8eb31137befa (patch)
treed128d224a0b661dadd917d36016e001f02de7323
parent3d44ea1cfbf671152d3ac0ede94439550afa7406 (diff)
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 <broonie@opensource.wolfsonmicro.com> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
-rw-r--r--drivers/extcon/extcon-arizona.c2
1 files changed, 0 insertions, 2 deletions
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)
473 } 473 }
474 474
475 regmap_update_bits(arizona->regmap, ARIZONA_MIC_DETECT_1, 475 regmap_update_bits(arizona->regmap, ARIZONA_MIC_DETECT_1,
476 ARIZONA_MICD_BIAS_STARTTIME_MASK |
477 ARIZONA_MICD_RATE_MASK, 476 ARIZONA_MICD_RATE_MASK,
478 7 << ARIZONA_MICD_BIAS_STARTTIME_SHIFT |
479 8 << ARIZONA_MICD_RATE_SHIFT); 477 8 << ARIZONA_MICD_RATE_SHIFT);
480 478
481 arizona_clk32k_enable(arizona); 479 arizona_clk32k_enable(arizona);