Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271373
b: refs/heads/master
c: 4e6a0ab
h: refs/heads/master
i:
  271371: cff27fc
v: v3
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent e27599a commit 2f3a15d
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 7c68dd96d5a5eefe3ff6d9b94fc98fd9378aff1f
refs/heads/master: 4e6a0ab0f9d4c8062bd84f3fc95b175001d46ebf
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-omap2/twl-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ static struct regulator_init_data omap4_vana_idata = {
},
};

static struct regulator_consumer_supply omap4_vcxio_supply[] = {
REGULATOR_SUPPLY("vdds_dsi", "omapdss_dss"),
REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.0"),
REGULATOR_SUPPLY("vdds_dsi", "omapdss_dsi.1"),
};

static struct regulator_init_data omap4_vcxio_idata = {
.constraints = {
.min_uV = 1800000,
Expand All @@ -243,7 +249,10 @@ static struct regulator_init_data omap4_vcxio_idata = {
| REGULATOR_MODE_STANDBY,
.valid_ops_mask = REGULATOR_CHANGE_MODE
| REGULATOR_CHANGE_STATUS,
.always_on = true,
},
.num_consumer_supplies = ARRAY_SIZE(omap4_vcxio_supply),
.consumer_supplies = omap4_vcxio_supply,
};

static struct regulator_init_data omap4_vusb_idata = {
Expand Down

0 comments on commit 2f3a15d

Please sign in to comment.