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 /drivers | |
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 'drivers')
-rw-r--r-- | drivers/regulator/ab8500.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 24cb3f1030b..3d400d877d6 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -1016,16 +1016,6 @@ static struct ab8500_reg_init ab8500_reg_init[] = { */ REG_INIT(AB8500_VSMPS2SEL3, 0x04, 0x19, 0x3f), /* - * 0x7f, Vsmps3Sel1 - * NOTE! PRCMU register - */ - REG_INIT(AB8500_VSMPS3SEL1, 0x04, 0x1b, 0x7f), - /* - * 0x7f, Vsmps3Sel2 - * NOTE! PRCMU register - */ - REG_INIT(AB8500_VSMPS3SEL2, 0x04, 0x1c, 0x7f), - /* * 0x0f, Vaux1Sel */ REG_INIT(AB8500_VAUX1SEL, 0x04, 0x1f, 0x0f), |