diff options
author | Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com> | 2012-01-19 12:04:01 +0530 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:29 +0200 |
commit | 572640fb1615f279ef1530839479dc49012d502c (patch) | |
tree | ec27ccae7713683798e80352cc25d797be98f46b /include | |
parent | b4112a5467ada0cf75e875299fd0716206a3ab25 (diff) |
regulator:ab5500: Add MBIAS1 regulator support
ST-Ericsson ID: 411009
ST-Ericsson Linux next: Not tested
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: Ic8fb17e4ecb09b0b5d5cdf213d67217f01ff84d8
Signed-off-by: Virupax Sadashivpetimath <virupax.sadashivpetimath@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45908
Reviewed-by: QABUILD
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/ab5500.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/ab5500.h b/include/linux/regulator/ab5500.h index b5a8dec0be6..04673d3494f 100644 --- a/include/linux/regulator/ab5500.h +++ b/include/linux/regulator/ab5500.h @@ -14,6 +14,7 @@ enum ab5500_regulator_id { AB5500_LDO_L, AB5500_LDO_VDIGMIC, AB5500_LDO_SIM, + AB5500_BIAS1, AB5500_BIAS2, AB5500_NUM_REGULATORS, }; |