diff options
author | Harry Hong <hhong@nvidia.com> | 2011-09-01 20:22:11 +0900 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-09-02 18:06:04 -0700 |
commit | 4a77f4129671b2cf94088f27bc9172670e5ed8a0 (patch) | |
tree | f12992044b6d16828d56fbbaba2ab93940467489 /include | |
parent | acb275bcd7f0076d98a1862722f16af0caef90e4 (diff) |
regulator: max77663: Active-discharge mode for SDx
Adding Active-discharge option for SDx rails.
bug 859415
Change-Id: Ia4d3933b9dbf4a0ec646c586f99a7411d2a93371
Reviewed-on: http://git-master/r/50281
Tested-by: Harry Hong <hhong@nvidia.com>
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/max77663-regulator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/max77663-regulator.h b/include/linux/regulator/max77663-regulator.h index 470248d20631..093ca42d4ca7 100644 --- a/include/linux/regulator/max77663-regulator.h +++ b/include/linux/regulator/max77663-regulator.h @@ -98,6 +98,9 @@ enum max77663_regulator_fps_src { /* SD Forced PWM Mode */ #define SD_FORCED_PWM_MODE 0x20 +/* SD Failling Slew Rate Active-Discharge Mode */ +#define SD_FSRADE_DISABLE 0x40 + struct max77663_regulator_fps_cfg { enum max77663_regulator_fps_src src; enum max77663_regulator_fps_en_src en_src; |