diff options
| author | James Ban <james.ban.opensource@diasemi.com> | 2015-01-27 19:28:08 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-01-28 12:38:14 -0500 |
| commit | 8c7dd8bce05345ca5fe249b64782e8feeb3b9259 (patch) | |
| tree | 5f05ba25f52d9b01cf613fb2e1c5fc744ff0c018 /include/linux/regulator | |
| parent | 076c3b8e03e2737659a89660bb8e54e13587d974 (diff) | |
regulator: da9211: Add gpio control for enable/disable of buck
This is a patch for adding gpio control about enable/disable of buck.
Signed-off-by: James Ban <james.ban.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
| -rw-r--r-- | include/linux/regulator/da9211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/da9211.h b/include/linux/regulator/da9211.h index d1d9d3849bdb..5dd65acc2a69 100644 --- a/include/linux/regulator/da9211.h +++ b/include/linux/regulator/da9211.h | |||
| @@ -32,6 +32,7 @@ struct da9211_pdata { | |||
| 32 | * 2 : 2 phase 2 buck | 32 | * 2 : 2 phase 2 buck |
| 33 | */ | 33 | */ |
| 34 | int num_buck; | 34 | int num_buck; |
| 35 | int gpio_ren[DA9211_MAX_REGULATORS]; | ||
| 35 | struct device_node *reg_node[DA9211_MAX_REGULATORS]; | 36 | struct device_node *reg_node[DA9211_MAX_REGULATORS]; |
| 36 | struct regulator_init_data *init_data[DA9211_MAX_REGULATORS]; | 37 | struct regulator_init_data *init_data[DA9211_MAX_REGULATORS]; |
| 37 | }; | 38 | }; |
