From b0580d28e1d44cf1a501279a08290da803c9f978 Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 17 May 2012 01:49:32 +0530 Subject: 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 Reviewed-on: http://git-master/r/102882 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Pradeep Goudagunta GVS: Gerrit_Virtual_Submit Reviewed-by: Bitan Biswas --- include/linux/regulator/tps6238x0-regulator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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; -- cgit v1.2.3