summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-05-17 01:49:32 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-05-18 00:29:14 -0700
commitb0580d28e1d44cf1a501279a08290da803c9f978 (patch)
tree7ca2ee3b2e0efd5c76126439ce4b86071bb181e4 /include
parenta4d60323addfc7748f9a74d7efc8d27f86181c9b (diff)
regulator: tps6238x0: enable output discharge always
Enable output discharge always to have faster ramp-down time. bug 981330 Change-Id: I0a00ab38e9be631a58bc8b11148be5c3c508d119 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/102882 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Pradeep Goudagunta <pgoudagunta@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'include')
-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;