mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
regulator: max8973: Fix callback setting for max8973_dcdc_ops.enable
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
5928f53896
commit
e05f70c268
@ -401,7 +401,7 @@ static int __devinit max8973_probe(struct i2c_client *client,
|
||||
if (pdata->enable_ext_control) {
|
||||
max->desc.enable_reg = MAX8973_VOUT;
|
||||
max->desc.enable_mask = MAX8973_VOUT_ENABLE;
|
||||
max8973_dcdc_ops.enable = regulator_is_enabled_regmap;
|
||||
max8973_dcdc_ops.enable = regulator_enable_regmap;
|
||||
max8973_dcdc_ops.disable = regulator_disable_regmap;
|
||||
max8973_dcdc_ops.is_enabled = regulator_is_enabled_regmap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user