diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-03-16 11:35:29 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:59 +0200 |
commit | bc794a2f9721a54beda922f8fe7ff146750a64e1 (patch) | |
tree | bf83f451cf083f6acca11c1c57586b104ac5582b | |
parent | ae76fa0147413aaf0b4036016dd07b75bd11fb3d (diff) |
regulators: Removed suspend force of Vsmps1 and Vsmps2
Suspend force of Vsmps1 and Vsmps2 is not needed as
these regulators are already initialized to the same
value.
Change-Id: I793281b13a4153f02463445cae5ebb39930c0609
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18490
Reviewed-by: Martin PERSSON <martin.persson@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 955aebd5392..5646fcc11cc 100644 --- a/drivers/regulator/ab8500-debug.c +++ b/drivers/regulator/ab8500-debug.c @@ -1521,32 +1521,6 @@ static struct ab8500_force_reg ab8500_force_reg[] = { }, { /* - * Vsmps1Regu - * OTP: 0x05, HSI: 0x05, suspend: 0x06/0x0f (value/mask) - * [3:2] Vsmps1SelCtrl = Vsmps1 voltage set by Vsmps1Sel2 - * [1:0] Vsmps1Regu[1:0] = Vsmsp1 in HW control - */ - .name = "Vsmps1Regu", - .bank = 0x04, - .addr = 0x03, - .mask = 0x0f, - .val = 0x06, - }, - { - /* - * Vsmps2Regu - * OTP: 0x05, HSI: 0x06, suspend: 0x06/0x0f (value/mask) - * [3:2] Vsmps2SelCtrl[1:0] = Vsmps2 voltage set by Vsmps2Sel2 - * [1:0] Vsmps2Regu[1:0] = Vsmps2 in HW control - */ - .name = "Vsmps2Regu", - .bank = 0x04, - .addr = 0x04, - .mask = 0x0f, - .val = 0x06, - }, - { - /* * Vsmsp3Regu * OTP: 0x01, HSI: 0x01, suspend: 0x06/0x0f (value/mask) * [3:2] Vsmps3SelCtrl[1:0] = Vsmps3 voltage set by Vsmps3Sel2 |