Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319344
b: refs/heads/master
c: 11b8e45
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Rafael J. Wysocki committed Jul 2, 2012
1 parent 3dd1c06 commit 749c8a6
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 44a4244e4a0cab17c8ddcec78f6fc9dd92cef247
refs/heads/master: 11b8e45218def22ee6b3651d58f520279c6ffe8f
4 changes: 3 additions & 1 deletion trunk/arch/arm/mach-shmobile/board-kzm9g.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,11 +373,13 @@ static struct platform_device mmc_device = {
.resource = sh_mmcif_resources,
};

/* Fixed 2.8V regulators to be used by SDHI0 */
/* Fixed 2.8V regulators to be used by SDHI0 and SDHI2 */
static struct regulator_consumer_supply fixed2v8_power_consumers[] =
{
REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.0"),
REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.0"),
REGULATOR_SUPPLY("vmmc", "sh_mobile_sdhi.2"),
REGULATOR_SUPPLY("vqmmc", "sh_mobile_sdhi.2"),
};

/* SDHI */
Expand Down

0 comments on commit 749c8a6

Please sign in to comment.