Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365054
b: refs/heads/master
c: 41a06aa
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones authored and Mark Brown committed Mar 29, 2013
1 parent df6b09f commit f5ad84b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18bc2b39307b45527efc6c84836953c7a8f2181e
refs/heads/master: 41a06aa738ad889cf96f56024ddf84ecf4a18a6f
20 changes: 0 additions & 20 deletions trunk/drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,25 +488,6 @@ static struct ab8500_regulator_info
.update_val_idle = 0x82,
.update_val_normal = 0x02,
},

/*
* Regulators with fixed voltage and normal mode
*/
[AB8500_LDO_USB] = {
.desc = {
.name = "LDO-USB",
.ops = &ab8500_regulator_ops,
.type = REGULATOR_VOLTAGE,
.id = AB8500_LDO_USB,
.owner = THIS_MODULE,
.n_voltages = 1,
.min_uV = 3300000,
.enable_time = 150,
},
.update_bank = 0x03,
.update_reg = 0x82,
.update_mask = 0x03,
},
[AB8500_LDO_AUDIO] = {
.desc = {
.name = "LDO-AUDIO",
Expand Down Expand Up @@ -862,7 +843,6 @@ static struct of_regulator_match ab8500_regulator_matches[] = {
{ .name = "ab8500_ldo_aux3", .driver_data = (void *) AB8500_LDO_AUX3, },
{ .name = "ab8500_ldo_intcore", .driver_data = (void *) AB8500_LDO_INTCORE, },
{ .name = "ab8500_ldo_tvout", .driver_data = (void *) AB8500_LDO_TVOUT, },
{ .name = "ab8500_ldo_usb", .driver_data = (void *) AB8500_LDO_USB, },
{ .name = "ab8500_ldo_audio", .driver_data = (void *) AB8500_LDO_AUDIO, },
{ .name = "ab8500_ldo_anamic1", .driver_data = (void *) AB8500_LDO_ANAMIC1, },
{ .name = "ab8500_ldo_amamic2", .driver_data = (void *) AB8500_LDO_ANAMIC2, },
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/regulator/ab8500.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ enum ab8500_regulator_id {
AB8500_LDO_AUX3,
AB8500_LDO_INTCORE,
AB8500_LDO_TVOUT,
AB8500_LDO_USB,
AB8500_LDO_AUDIO,
AB8500_LDO_ANAMIC1,
AB8500_LDO_ANAMIC2,
Expand Down

0 comments on commit f5ad84b

Please sign in to comment.