Commit f5549f5b authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-next

parents 6c7bdf8e 5ee034e6
...@@ -293,7 +293,8 @@ static int tps_65023_probe(struct i2c_client *client, ...@@ -293,7 +293,8 @@ static int tps_65023_probe(struct i2c_client *client,
/* Enable setting output voltage by I2C */ /* Enable setting output voltage by I2C */
regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2, regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2,
TPS65023_REG_CTRL2_CORE_ADJ, TPS65023_REG_CTRL2_CORE_ADJ); TPS65023_REG_CTRL2_CORE_ADJ,
TPS65023_REG_CTRL2_CORE_ADJ);
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment