summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorSachin Nikam <snikam@nvidia.com>2010-12-30 19:52:04 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:22 -0800
commitf8753f9a130b50a97047a79468bfc2b1d1012908 (patch)
treef9cab47fda3925d4db85c08218aa8a3a97f2afa2 /arch/arm/mach-tegra/board-whistler-power.c
parent3c871cd68d41dac27c8e9fb705a6fe54991db92b (diff)
[ARM] tegra: whistler: mmc regulator name
mmc driver expects regulator name as "vmmc" Original-Change-Id: Ic3aa58f7794c24042fafe0b5d3915875bda7447a Reviewed-on: http://git-master/r/14728 Tested-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R72524359786125b048414e122d7b2bcce14cf389
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index 61f3ecb84c67..8bc55aecff15 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -67,7 +67,10 @@ static struct regulator_consumer_supply max8907c_LDO4_supply[] = {
};
static struct regulator_consumer_supply max8907c_LDO5_supply[] = {
- REGULATOR_SUPPLY("vdd_vcore_mmc", NULL),
+ REGULATOR_SUPPLY("vmmc", "sdhci-tegra.0"),
+ REGULATOR_SUPPLY("vmmc", "sdhci-tegra.1"),
+ REGULATOR_SUPPLY("vmmc", "sdhci-tegra.2"),
+ REGULATOR_SUPPLY("vmmc", "sdhci-tegra.3"),
};
static struct regulator_consumer_supply max8907c_LDO6_supply[] = {