Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365034
b: refs/heads/master
c: 328a536
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 25, 2013
1 parent 2585079 commit 36df854
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 732805a563617aafc7405409c03182afafb3943b
refs/heads/master: 328a5369664d09e9082a8e814a9b2dcdfb7f519b
10 changes: 5 additions & 5 deletions trunk/drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,14 @@ 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_fixed_ops,
.ops = &ab8500_regulator_ops,
.type = REGULATOR_VOLTAGE,
.id = AB8500_LDO_USB,
.owner = THIS_MODULE,
Expand All @@ -508,10 +512,6 @@ static struct ab8500_regulator_info
.update_reg = 0x82,
.update_mask = 0x03,
},

/*
* Regulators with fixed voltage and normal mode
*/
[AB8500_LDO_AUDIO] = {
.desc = {
.name = "LDO-AUDIO",
Expand Down

0 comments on commit 36df854

Please sign in to comment.