diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-10-31 17:33:55 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:19 +0200 |
commit | d3be611d7c9f400ac738a0e1a0103237a1fdf2c7 (patch) | |
tree | d8e1f7c37efcb4b17daa02ff126cea25cb81814d /include | |
parent | 47c3ceb93a8cb8b2ba0dd7b940d7142f3844da18 (diff) |
regulator: ab8500-ext: Add VextSupply1 regulator
Remove suspend-force settings of VextSupply1 and
add VextSupply1 in the external regulator driver.
ST-Ericsson Linux next: -
ST-Ericsson ID: 374223
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I0a8b8c813159dcf44e24bc4a0bfd36beb954a459
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/37702
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 6f82ab3c444..49d5df43d22 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h @@ -162,6 +162,7 @@ struct ab8500_ext_regulator_cfg { }; enum ab8500_ext_regulator_id { + AB8500_EXT_SUPPLY1, AB8500_EXT_SUPPLY3, AB8500_NUM_EXT_REGULATORS, }; |