summaryrefslogtreecommitdiff
path: root/include/linux/regulator/tps6238x0-regulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/regulator/tps6238x0-regulator.h')
-rw-r--r--include/linux/regulator/tps6238x0-regulator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/regulator/tps6238x0-regulator.h b/include/linux/regulator/tps6238x0-regulator.h
index bc2b55bca657..d7c4edc5b101 100644
--- a/include/linux/regulator/tps6238x0-regulator.h
+++ b/include/linux/regulator/tps6238x0-regulator.h
@@ -31,8 +31,6 @@
* struct tps6238x0_regulator_platform_data - tps62360 regulator platform data.
*
* @init_data: The regulator init data.
- * @en_discharge: Enable discharge the output capacitor via internal
- * register.
* @en_internal_pulldn: internal pull down enable or not.
* @vsel_gpio: Gpio number for vsel. It should be -1 if this is tied with
* fixed logic.
@@ -40,7 +38,6 @@
*/
struct tps6238x0_regulator_platform_data {
struct regulator_init_data *init_data;
- bool en_discharge;
bool en_internal_pulldn;
int vsel_gpio;
int vsel_def_state;