Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140268
b: refs/heads/master
c: d6bb69c
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Hunter authored and Liam Girdwood committed Mar 31, 2009
1 parent 8699b5c commit bebb7ce
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ca7255614e0861e36480103f4a402a115803d7b5
refs/heads/master: d6bb69cfa88b8ac9f952de4fada5b216d5ba8830
5 changes: 4 additions & 1 deletion trunk/drivers/regulator/twl4030-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ static int twl4030reg_set_mode(struct regulator_dev *rdev, unsigned mode)
*
* VSEL values documented as "TI cannot support these values" are flagged
* in these tables as UNSUP() values; we normally won't assign them.
*
* VAUX3 at 3V is incorrectly listed in some TI manuals as unsupported.
* TI are revising the twl5030/tps659x0 specs to support that 3.0V setting.
*/
#ifdef CONFIG_TWL4030_ALLOW_UNSUPPORTED
#define UNSUP_MASK 0x0000
Expand Down Expand Up @@ -223,7 +226,7 @@ static const u16 VAUX2_VSEL_table[] = {
};
static const u16 VAUX3_VSEL_table[] = {
1500, 1800, 2500, 2800,
UNSUP(3000), UNSUP(3000), UNSUP(3000), UNSUP(3000),
3000, 3000, 3000, 3000,
};
static const u16 VAUX4_VSEL_table[] = {
700, 1000, 1200, UNSUP(1300),
Expand Down

0 comments on commit bebb7ce

Please sign in to comment.