diff options
Diffstat (limited to 'drivers/regulator/tps65023-regulator.c')
-rw-r--r-- | drivers/regulator/tps65023-regulator.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/regulator/tps65023-regulator.c b/drivers/regulator/tps65023-regulator.c index 18d61a0529a9..43e4902d7af8 100644 --- a/drivers/regulator/tps65023-regulator.c +++ b/drivers/regulator/tps65023-regulator.c | |||
@@ -491,10 +491,6 @@ static int __devinit tps_65023_probe(struct i2c_client *client, | |||
491 | regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, | 491 | regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, |
492 | TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ); | 492 | TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ); |
493 | 493 | ||
494 | /* Enable setting output voltage by I2C */ | ||
495 | regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, | ||
496 | TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ); | ||
497 | |||
498 | return 0; | 494 | return 0; |
499 | 495 | ||
500 | fail: | 496 | fail: |