Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295915
b: refs/heads/master
c: 1dbe1df
h: refs/heads/master
i:
  295913: f2c0c7b
  295911: 74677e3
v: v3
  • Loading branch information
Thierry Reding authored and Olof Johansson committed Feb 26, 2012
1 parent b4aed5a commit ac4c19f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 80c9473dc132de2dc345c5698a1aaca1a3ee4c14
refs/heads/master: 1dbe1dfa8591fce98acbac6a9398284a3f1ecc6e
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-tegra/board-harmony-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ static struct regulator_consumer_supply tps658621_ldo0_supply[] = {

static struct regulator_init_data ldo0_data = {
.constraints = {
.min_uV = 1250 * 1000,
.min_uV = 3300 * 1000,
.max_uV = 3300 * 1000,
.valid_modes_mask = (REGULATOR_MODE_NORMAL |
REGULATOR_MODE_STANDBY),
.valid_ops_mask = (REGULATOR_CHANGE_MODE |
REGULATOR_CHANGE_STATUS |
REGULATOR_CHANGE_VOLTAGE),
.apply_uV = 1,
},
.num_consumer_supplies = ARRAY_SIZE(tps658621_ldo0_supply),
.consumer_supplies = tps658621_ldo0_supply,
Expand Down

0 comments on commit ac4c19f

Please sign in to comment.