diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-11-06 15:09:33 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:19 +0200 |
commit | 3e63cd45ec9ccb276a95ab7951947ed5874d7edd (patch) | |
tree | b161580598a9834e11661a8ac8f2794b0cf2954d /include | |
parent | d3be611d7c9f400ac738a0e1a0103237a1fdf2c7 (diff) |
regulator: ab8500-ext: Add VextSupply2 regulator
Remove suspend-force settings of VextSupply2 and
add VextSupply2 in the external regulator driver.
ST-Ericsson Linux next: -
ST-Ericsson ID: 374223
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: If770703949343a4bf01badd33748ebc52476dcc0
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/37703
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/ab8500.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 49d5df43d22..112677fdb0a 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h @@ -163,6 +163,7 @@ struct ab8500_ext_regulator_cfg { enum ab8500_ext_regulator_id { AB8500_EXT_SUPPLY1, + AB8500_EXT_SUPPLY2, AB8500_EXT_SUPPLY3, AB8500_NUM_EXT_REGULATORS, }; |