summaryrefslogtreecommitdiff
path: root/include/linux/regulator/max77663-regulator.h
diff options
context:
space:
mode:
authorJin Park <jinyoungp@nvidia.com>2012-01-17 15:24:11 +0900
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-02-03 05:40:49 -0800
commit667897e801ee752b526972060ec6b011fea53df1 (patch)
tree26796609a593d52ddfe6b279670c84c6c4c7464a /include/linux/regulator/max77663-regulator.h
parent6e4900f78de77aa5336ca2212122d978fd0057eb (diff)
regulator: max77663: Add Global Low-Power Mode
Added GLPM(Global Low-Power Mode) to support Low-Power Mode during sleep mode. Bug 924686 Reviewed-on: http://git-master/r/75627 Change-Id: Ia4be1b6b24de95f29ac173bed71c045a246cbcde Signed-off-by: Jin Park <jinyoungp@nvidia.com> Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/78701 Reviewed-by: Automatic_Commit_Validation_User
Diffstat (limited to 'include/linux/regulator/max77663-regulator.h')
-rw-r--r--include/linux/regulator/max77663-regulator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/max77663-regulator.h b/include/linux/regulator/max77663-regulator.h
index 093ca42d4ca7..49ffee212f56 100644
--- a/include/linux/regulator/max77663-regulator.h
+++ b/include/linux/regulator/max77663-regulator.h
@@ -101,6 +101,9 @@ enum max77663_regulator_fps_src {
/* SD Failling Slew Rate Active-Discharge Mode */
#define SD_FSRADE_DISABLE 0x40
+/* Group Low-Power Mode */
+#define GLPM_ENABLE 0x80
+
struct max77663_regulator_fps_cfg {
enum max77663_regulator_fps_src src;
enum max77663_regulator_fps_en_src en_src;