Skip to content

Commit

Permalink
Merge remote-tracking branches 'regulator/fix/isl9305', 'regulator/fi…
Browse files Browse the repository at this point in the history
…x/rk808' and 'regulator/fix/tps65023' into regulator-linus
  • Loading branch information
broonie committed Apr 30, 2017
4 parents 5a7ad11 + 0c08aaf + 75f8811 + c90722b commit 6a8007c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/regulator/rk808-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ static const struct regulator_desc rk818_reg[] = {
RK818_LDO1_ON_VSEL_REG, RK818_LDO_VSEL_MASK, RK818_LDO_EN_REG,
BIT(0), 400),
RK8XX_DESC(RK818_ID_LDO2, "LDO_REG2", "vcc6", 1800, 3400, 100,
RK818_LDO1_ON_VSEL_REG, RK818_LDO_VSEL_MASK, RK818_LDO_EN_REG,
RK818_LDO2_ON_VSEL_REG, RK818_LDO_VSEL_MASK, RK818_LDO_EN_REG,
BIT(1), 400),
{
.name = "LDO_REG3",
Expand Down
3 changes: 1 addition & 2 deletions drivers/regulator/tps65023-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ static int tps_65023_probe(struct i2c_client *client,

/* Enable setting output voltage by I2C */
regmap_update_bits(tps->regmap, TPS65023_REG_CON_CTRL2,
TPS65023_REG_CTRL2_CORE_ADJ,
TPS65023_REG_CTRL2_CORE_ADJ);
TPS65023_REG_CTRL2_CORE_ADJ, 0);

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion include/linux/platform_data/isl9305.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
struct regulator_init_data;

struct isl9305_pdata {
struct regulator_init_data *init_data[ISL9305_MAX_REGULATOR];
struct regulator_init_data *init_data[ISL9305_MAX_REGULATOR + 1];
};

#endif

0 comments on commit 6a8007c

Please sign in to comment.