Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323316
b: refs/heads/master
c: 9a17de0
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Sep 10, 2012
1 parent b950953 commit e9c8790
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df36793115b4f68181877a1c89bac54feadd965d
refs/heads/master: 9a17de04ef847f674ffe64eb46b9b99e14e663fa
4 changes: 4 additions & 0 deletions trunk/drivers/regulator/arizona-ldo1.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ static struct regulator_ops arizona_ldo1_ops = {
.map_voltage = regulator_map_voltage_linear,
.get_voltage_sel = regulator_get_voltage_sel_regmap,
.set_voltage_sel = regulator_set_voltage_sel_regmap,
.get_bypass = regulator_get_bypass_regmap,
.set_bypass = regulator_set_bypass_regmap,
};

static const struct regulator_desc arizona_ldo1 = {
Expand All @@ -49,6 +51,8 @@ static const struct regulator_desc arizona_ldo1 = {

.vsel_reg = ARIZONA_LDO1_CONTROL_1,
.vsel_mask = ARIZONA_LDO1_VSEL_MASK,
.bypass_reg = ARIZONA_LDO1_CONTROL_1,
.bypass_mask = ARIZONA_LDO1_BYPASS,
.min_uV = 900000,
.uV_step = 50000,
.n_voltages = 7,
Expand Down

0 comments on commit e9c8790

Please sign in to comment.