Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226579
b: refs/heads/master
c: 31bbb4f
h: refs/heads/master
i:
  226577: 275acf0
  226575: fe7f80d
v: v3
  • Loading branch information
Jarkko Nikula authored and Tony Lindgren committed Dec 22, 2010
1 parent bfbfc0a commit 443759f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 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: b5b9945b2b139ca922b49062053f34486ca64cca
refs/heads/master: 31bbb4f035c13a73d1ebc2626663971723cbd28f
11 changes: 9 additions & 2 deletions trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,10 @@ static struct regulator_consumer_supply rx51_vaux1_consumers[] = {
REGULATOR_SUPPLY("vdds_sdi", "omapdss"),
};

static struct regulator_consumer_supply rx51_vdac_supply[] = {
REGULATOR_SUPPLY("vdda_dac", "omapdss"),
};

static struct regulator_init_data rx51_vaux1 = {
.constraints = {
.name = "V28",
Expand Down Expand Up @@ -480,14 +484,17 @@ static struct regulator_init_data rx51_vsim = {

static struct regulator_init_data rx51_vdac = {
.constraints = {
.name = "VDAC",
.min_uV = 1800000,
.max_uV = 1800000,
.apply_uV = true,
.valid_modes_mask = REGULATOR_MODE_NORMAL
| REGULATOR_MODE_STANDBY,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE
| REGULATOR_CHANGE_MODE
.valid_ops_mask = REGULATOR_CHANGE_MODE
| REGULATOR_CHANGE_STATUS,
},
.num_consumer_supplies = 1,
.consumer_supplies = rx51_vdac_supply,
};

static struct regulator_init_data rx51_vio = {
Expand Down

0 comments on commit 443759f

Please sign in to comment.