mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 16:44:10 +08:00
Merge remote-tracking branch 'regulator/for-6.12' into regulator-linus
This commit is contained in:
commit
98eb9e0ac3
@ -1379,6 +1379,8 @@ static const struct regulator_desc rk809_reg[] = {
|
||||
.n_linear_ranges = ARRAY_SIZE(rk817_buck1_voltage_ranges),
|
||||
.vsel_reg = RK817_BUCK3_ON_VSEL_REG,
|
||||
.vsel_mask = RK817_BUCK_VSEL_MASK,
|
||||
.apply_reg = RK817_POWER_CONFIG,
|
||||
.apply_bit = RK817_BUCK3_FB_RES_INTER,
|
||||
.enable_reg = RK817_POWER_EN_REG(0),
|
||||
.enable_mask = ENABLE_MASK(RK817_ID_DCDC3),
|
||||
.enable_val = ENABLE_MASK(RK817_ID_DCDC3),
|
||||
|
@ -568,7 +568,7 @@ static int rtq2208_probe(struct i2c_client *i2c)
|
||||
struct regmap *regmap;
|
||||
struct rtq2208_regulator_desc *rdesc[RTQ2208_LDO_MAX];
|
||||
struct regulator_dev *rdev;
|
||||
struct regulator_config cfg;
|
||||
struct regulator_config cfg = {};
|
||||
struct rtq2208_rdev_map *rdev_map;
|
||||
int i, ret = 0, idx, n_regulator = 0;
|
||||
unsigned int regulator_idx_table[RTQ2208_LDO_MAX],
|
||||
|
Loading…
Reference in New Issue
Block a user