summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2011-06-29 14:44:30 +0530
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 16:00:17 +0200
commitc075c5c44864e2cc158f909e1808ad3b70507ae5 (patch)
tree62d896b8c509c91b21fde7aa37cd31b7fec2b370 /drivers/regulator
parente39fa866cf5bbd3c3ebaae0ff814a8c5ef812f99 (diff)
u5500: remove LDO D control
This is handled by the PRCMU. ST-Ericsson Linux next: - ST-Ericsson ID: 332226 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I54a12e6eb3b949f8f7457840ca047d39cf5418d9 Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/26869 Reviewed-by: QATEST Reviewed-by: Vijaya Kumar K-1 <vijay.kilari@stericsson.com> Reviewed-by: Bengt JONSSON <bengt.g.jonsson@stericsson.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/ab5500.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/regulator/ab5500.c b/drivers/regulator/ab5500.c
index fc37c0371e1..2c43526f08a 100644
--- a/drivers/regulator/ab5500.c
+++ b/drivers/regulator/ab5500.c
@@ -24,10 +24,6 @@
#define AB5500_LDO_S_PWR1 0x67
#define AB5500_LDO_S_PWR0 0x68
-#define AB5500_LDO_D_ST 0x72
-#define AB5500_LDO_D_PWR1 0x73
-#define AB5500_LDO_D_PWR0 0x74
-
#define AB5500_LDO_G_ST 0x78
#define AB5500_LDO_G_PWR1 0x79
#define AB5500_LDO_G_PWR0 0x7a
@@ -324,10 +320,6 @@ static const int ab5500_ldo_s_voltages[] = {
[0x07] = 2790000,
};
-static const int ab5500_ldo_d_voltages[] = {
- [0x00] = 2100000,
-};
-
static const int ab5500_ldo_lg_voltages[] = {
[0x00] = 1200000,
[0x01] = 0, /* not used */
@@ -377,22 +369,6 @@ static struct ab5500_regulator ab5500_regulators[] = {
.pwrctrl = true,
.mode = AB5500_LDO_MODE_FULLPOWER,
},
- [AB5500_LDO_D] = {
- .desc = {
- .name = "LDO_D",
- .id = AB5500_LDO_D,
- .ops = &ab5500_regulator_fixed_ops,
- .type = REGULATOR_VOLTAGE,
- .owner = THIS_MODULE,
- .n_voltages = ARRAY_SIZE(ab5500_ldo_d_voltages),
- },
- .bank = AB5500_BANK_STARTUP,
- .reg = AB5500_LDO_D_ST,
- .voltages = ab5500_ldo_d_voltages,
- .enable_time = 400,
- .pwrctrl = true,
- .mode = AB5500_LDO_MODE_FULLPOWER,
- },
[AB5500_LDO_L] = {
.desc = {
.name = "LDO_L",