mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 15:19:51 +00:00
Merge remote-tracking branch 'regulator/topic/tps65023' into regulator-next
This commit is contained in:
commit
f5549f5bd8
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user