Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321847
b: refs/heads/master
c: 12565b1
h: refs/heads/master
i:
  321845: 06e8d18
  321843: b69dae7
  321839: 0f12149
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 7, 2012
1 parent ebf52ed commit b5c0147
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a5f8ae2154eeb7ed18c6e3dbf6ac095ea4c3d5cf
refs/heads/master: 12565b166dab7966c2991c1561f3c22e9dad5535
4 changes: 3 additions & 1 deletion trunk/drivers/regulator/palmas-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,9 @@ static __devinit int palmas_probe(struct platform_device *pdev)
case PALMAS_REG_SMPS10:
pmic->desc[id].n_voltages = PALMAS_SMPS10_NUM_VOLTAGES;
pmic->desc[id].ops = &palmas_ops_smps10;
pmic->desc[id].vsel_reg = PALMAS_SMPS10_CTRL;
pmic->desc[id].vsel_reg =
PALMAS_BASE_TO_REG(PALMAS_SMPS_BASE,
PALMAS_SMPS10_CTRL);
pmic->desc[id].vsel_mask = SMPS10_VSEL;
pmic->desc[id].enable_reg =
PALMAS_BASE_TO_REG(PALMAS_SMPS_BASE,
Expand Down

0 comments on commit b5c0147

Please sign in to comment.