diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-12-08 16:11:08 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:26 +0200 |
commit | 7e218cc88703e6ea588760ed56cbfe5a00abf0a5 (patch) | |
tree | 959a0657a51e5f15d22ea218a90e903f79e3a7b3 /include | |
parent | 8d7e15cf95bc093fa4a518b75ef45b18df7688c2 (diff) |
regulator: ab8500: Remove Vsafe settings
The Vsafe regulator should not be handled
by kernel, it should be setup before the
kernel starts. This patch removes the
setting of Vsmsp3Regu.
ST-Ericsson ID: 366482
ST-Ericsson Linux next: -
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: I47af8002c0c06eb373f353aafa6f76f5ed1c1944
Depends-on: I3ef3dfa93946baffe019292084948e7c052b85c2
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42850
Reviewed-by: QABUILD
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/regulator/ab8500.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 7f6ca3aa4c1..c2634eb2d81 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h @@ -83,7 +83,6 @@ enum ab8500_regulator_reg { AB8500_REGUCTRL1VAMIC, AB8500_VSMPS1REGU, AB8500_VSMPS2REGU, - AB8500_VSMPS3REGU, /* NOTE! PRCMU register */ AB8500_VPLLVANAREGU, AB8500_VREFDDR, AB8500_EXTSUPPLYREGU, |