diff options
| author | Martin Persson <martin.persson@stericsson.com> | 2011-03-08 17:25:41 +0100 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:56 +0200 |
| commit | 7759b67fc24f43ba99140d8eeccc905f12d1445c (patch) | |
| tree | 9eadb125a362f343408a40dff394376c7edb4697 | |
| parent | 0961f817871383aea8c7731094911dbacf66618e (diff) | |
regulators: remove vana and vpll from suspend hack
Change-Id: Ieeef92f33ea8ae3fe37ded8365755ee961833e1d
Signed-off-by: Martin Persson <martin.persson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17868
Reviewed-by: Emeric VIGIER <emeric.vigier@stericsson.com>
Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
| -rw-r--r-- | drivers/regulator/ab8500-debug.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/regulator/ab8500-debug.c b/drivers/regulator/ab8500-debug.c index 0d0e181a588..251b95f6a6a 100644 --- a/drivers/regulator/ab8500-debug.c +++ b/drivers/regulator/ab8500-debug.c @@ -1448,19 +1448,6 @@ struct ab8500_force_reg { static struct ab8500_force_reg ab8500_force_reg[] = { { /* - * VpllVanaRegu - * OTP: 0x01, HSI: 0x02, suspend: 0x01/0x0f (value/mask) - * [3:2] VanaRegu[1:0] = Vana off - * [1:0] VpllRegu[1:0] = Vpll HP - */ - .name = "VpllVanaRegu", - .bank = 0x04, - .addr = 0x06, - .mask = 0x0f, - .val = 0x01, - }, - { - /* * Vaux12Regu * OTP: 0x04, HSI: 0x00, suspend: 0x00/0x0f (value/mask) * [3:2] Vaux2Regu[1:0] = Vaux2 off @@ -1632,19 +1619,6 @@ static struct ab8500_force_reg ab8500_force_reg[] = { }, { /* - * VpllVanaRegu - * OTP: 0x01, HSI: 0x02, suspend: 0x02/0x0f (value/mask) - * [3:2] VanaRegu[1:0] = Vana off - * [1:0] VpllRegu[1:0] = Vpll in HW control - */ - .name = "VpllVanaRegu", - .bank = 0x04, - .addr = 0x06, - .mask = 0x0f, - .val = 0x02, - }, - { - /* * SysUlpClkCtrl1 * OTP: 0x00, HSI: 0x00, suspend: 0x00/0x0f (value/mask) * [ 3] 4500SysClkReq = inactive |
