aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/ab8500.h
diff options
context:
space:
mode:
authorZhenhua HUANG <zhenhua.huang@stericsson.com>2013-04-02 13:24:15 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-04-03 18:40:26 +0100
commit684d5ce4afafddb2ad08f36ea30ca7d7adc88ebe (patch)
tree1a4f372b345f59ee9250a0088ca3092487fba23e /include/linux/regulator/ab8500.h
parentregulator: ab8500: Use a struct to select the good regulator configuration (diff)
downloadlinux-dev-684d5ce4afafddb2ad08f36ea30ca7d7adc88ebe.tar.xz
linux-dev-684d5ce4afafddb2ad08f36ea30ca7d7adc88ebe.zip
regulator: ab8500: Introduce aux5, aux6 regulators for AB8540
Introduce aux5, aux6 into ab8540 regulator framework. Signed-off-by: Zhenhua HUANG <zhenhua.huang@stericsson.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Reviewed-by: Maxime COQUELIN <maxime.coquelin@stericsson.com> Reviewed-by: David PARIS <david.paris@stericsson.com> Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regulator/ab8500.h')
-rw-r--r--include/linux/regulator/ab8500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h
index 44f67e8f1a6d..90b8b5ae9a4e 100644
--- a/include/linux/regulator/ab8500.h
+++ b/include/linux/regulator/ab8500.h
@@ -74,6 +74,8 @@ enum ab8540_regulator_id {
AB8540_LDO_AUX2,
AB8540_LDO_AUX3,
AB8540_LDO_AUX4,
+ AB8540_LDO_AUX5,
+ AB8540_LDO_AUX6,
AB8540_LDO_INTCORE,
AB8540_LDO_TVOUT,
AB8540_LDO_AUDIO,