Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261589
b: refs/heads/master
c: 75ccf26
h: refs/heads/master
i:
  261587: cc7950d
v: v3
  • Loading branch information
Kalle Jokiniemi authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 70e669c commit 68e7fde
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 65d76488f65011a68202eae7c01062390474bb1f
refs/heads/master: 75ccf268d504070b70b6d964b06e2f0626856b5a
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@ static struct omap2_hsmmc_info mmc[] __initdata = {
static struct regulator_consumer_supply rx51_vmmc1_supply =
REGULATOR_SUPPLY("vmmc", "omap_hsmmc.0");

static struct regulator_consumer_supply rx51_vaux2_supply =
REGULATOR_SUPPLY("vdds_csib", "omap3isp");

static struct regulator_consumer_supply rx51_vaux3_supply =
REGULATOR_SUPPLY("vmmc", "omap_hsmmc.1");

Expand Down Expand Up @@ -424,6 +427,8 @@ static struct regulator_init_data rx51_vaux2 = {
.valid_ops_mask = REGULATOR_CHANGE_MODE
| REGULATOR_CHANGE_STATUS,
},
.num_consumer_supplies = 1,
.consumer_supplies = &rx51_vaux2_supply,
};

/* VAUX3 - adds more power to VIO_18 rail */
Expand Down

0 comments on commit 68e7fde

Please sign in to comment.