aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorBengt Jonsson <bengt.g.jonsson@stericsson.com>2011-03-22 15:25:03 +0100
committerJonas ABERG <jonas.aberg@stericsson.com>2011-03-23 18:04:29 +0100
commitd3cfbae0fe220c195601846a11d7c5bb742fd950 (patch)
tree26ac1d6ec82bc2fef33dc27f03bc89e357281071 /drivers/regulator
parent0d293606b1576e5fa727bcf0907bf4bca88079a7 (diff)
regulators: Removed USB regulator
The USB regulator is controlled by hardware and should be removed from the driver. The USB regulator driver has been used for version 1.0 and 1.1 of the AB8500 which are now obsolete. ST-Ericsson Linux next: - ST-Ericsson ID: ER 327257 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I47165e58c1d2fefcc92cc36fc22f6f2e8b7b3716 Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18907 Tested-by: Jonas ABERG <jonas.aberg@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/ab8500.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c
index b28d5d4ffc4..e9395094cc5 100644
--- a/drivers/regulator/ab8500.c
+++ b/drivers/regulator/ab8500.c
@@ -434,21 +434,6 @@ static struct ab8500_regulator_info
.update_mask = 0x82,
.update_val_enable = 0x02,
},
- [AB8500_LDO_USB] = {
- .desc = {
- .name = "LDO-USB",
- .ops = &ab8500_regulator_fixed_ops,
- .type = REGULATOR_VOLTAGE,
- .id = AB8500_LDO_USB,
- .owner = THIS_MODULE,
- .n_voltages = 1,
- },
- .fixed_uV = 3300000,
- .update_bank = 0x03,
- .update_reg = 0x82,
- .update_mask = 0x03,
- .update_val_enable = 0x01,
- },
[AB8500_LDO_AUDIO] = {
.desc = {
.name = "LDO-AUDIO",