|
@@ -398,7 +398,7 @@ static int __devinit max8973_probe(struct i2c_client *client,
|
|
|
max->desc.uV_step = MAX8973_VOLATGE_STEP;
|
|
|
max->desc.n_voltages = MAX8973_BUCK_N_VOLTAGE;
|
|
|
|
|
|
- if (pdata->enable_ext_control) {
|
|
|
+ if (!pdata->enable_ext_control) {
|
|
|
max->desc.enable_reg = MAX8973_VOUT;
|
|
|
max->desc.enable_mask = MAX8973_VOUT_ENABLE;
|
|
|
max8973_dcdc_ops.enable = regulator_enable_regmap;
|