aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMartin Persson <martin.persson@stericsson.com>2011-03-08 10:17:22 +0100
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:42:01 +0200
commit64f4db31146f339d359b36002f70cde570f741d5 (patch)
treef4b7759ef6bc288ed21918145305986929764100 /include
parent56e11e6e8ff1f5bddebec40c589a43ae58b91a1f (diff)
regulators: remove VBB from suspend hack
remove VBB from suspend hack and add correct init values Change-Id: Iff1ef8c77077f07e60667aed68f348b89014db71 Signed-off-by: Martin Persson <martin.persson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17802 Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/regulator/ab8500.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h
index 76579f964a2..4b53341c61a 100644
--- a/include/linux/regulator/ab8500.h
+++ b/include/linux/regulator/ab8500.h
@@ -67,6 +67,9 @@ enum ab8500_regulator_reg {
AB8500_REGUCTRL2SPARE,
AB8500_REGUCTRLDISCH,
AB8500_REGUCTRLDISCH2,
+ AB8500_ARMREGU2, /* NOTE! PRCMU register */
+ AB8500_VBBSEL1, /* NOTE! PRCMU register */
+ AB8500_VBBSEL2, /* NOTE! PRCMU register */
AB8500_VSMPS1SEL1,
AB8500_NUM_REGULATOR_REGISTERS,
};