diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-12-08 16:10:24 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 10:59:25 +0200 |
commit | 8d7e15cf95bc093fa4a518b75ef45b18df7688c2 (patch) | |
tree | 6f7b391910f6ce5af3a55781da728a4f8fc2742f /include/linux | |
parent | ab14159c93b339522b10f5b6f366f2e6cc589362 (diff) |
regulator: ab8500: Remove Vsafe voltage settings
The Vsafe regulator should not be handled by
the kernel, it should be setup before the
kernel starts. This patch removes the voltage
settings.
Current consumption will increase slightly
(rough estimate 25 uA) when the platform is
in the low power state because SoC sets a
voltage of 0.95 V where the kernel set a
voltage of 0.925 V.
ST-Ericsson ID: 366482
ST-Ericsson Linux next: -
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: Ia8a1033c5ceca2f7fe04ac30215406d954e0cae8
Depends-on: If3b3c22371e448d79e65e600e9472637cf17ddc6
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/42849
Reviewed-by: QABUILD
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/regulator/ab8500.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h index 79f03f3897a..7f6ca3aa4c1 100644 --- a/include/linux/regulator/ab8500.h +++ b/include/linux/regulator/ab8500.h @@ -95,8 +95,6 @@ enum ab8500_regulator_reg { AB8500_VSMPS2SEL1, AB8500_VSMPS2SEL2, AB8500_VSMPS2SEL3, - AB8500_VSMPS3SEL1, /* NOTE! PRCMU register */ - AB8500_VSMPS3SEL2, /* NOTE! PRCMU register */ AB8500_VAUX1SEL, AB8500_VAUX2SEL, AB8500_VRF1VAUX3SEL, |