diff options
| -rw-r--r-- | drivers/regulator/s5m8767.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index f05badabd69e..92f19a005dc3 100644 --- a/drivers/regulator/s5m8767.c +++ b/drivers/regulator/s5m8767.c | |||
| @@ -964,6 +964,7 @@ static int s5m8767_pmic_probe(struct platform_device *pdev) | |||
| 964 | config.driver_data = s5m8767; | 964 | config.driver_data = s5m8767; |
| 965 | config.regmap = iodev->regmap_pmic; | 965 | config.regmap = iodev->regmap_pmic; |
| 966 | config.of_node = pdata->regulators[i].reg_node; | 966 | config.of_node = pdata->regulators[i].reg_node; |
| 967 | config.ena_gpio = config.ena_gpio_flags = 0; | ||
| 967 | if (pdata->regulators[i].ext_control_gpio) | 968 | if (pdata->regulators[i].ext_control_gpio) |
| 968 | s5m8767_regulator_config_ext_control(s5m8767, | 969 | s5m8767_regulator_config_ext_control(s5m8767, |
| 969 | &pdata->regulators[i], &config); | 970 | &pdata->regulators[i], &config); |
