summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-03-17 16:00:06 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-03-17 21:20:49 -0800
commit1736107645aad0d0f094eeb10948d4eb489d1d59 (patch)
tree4ae646868eef244b1d4581d7b9c51684be848deb /arch/arm/mach-tegra/board-ventana-power.c
parent3da45a03a1af70e308592727ac134ce9d30d6b0f (diff)
ARM: tegra: ventana: enable vmmc regulator
vmmc regulator is used to power down the emmc Bug 783535 Change-Id: I104c87e25a91a9263e05af143906be0bc321da0e Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/23309 Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index 10c4c32f926c..5136fe391616 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -82,10 +82,7 @@ static struct regulator_consumer_supply tps658621_ldo4_supply[] = {
};
static struct regulator_consumer_supply tps658621_ldo5_supply[] = {
REGULATOR_SUPPLY("vdd_ldo5", NULL),
- REGULATOR_SUPPLY("disabled_vmmc", "sdhci-tegra.0"),
- REGULATOR_SUPPLY("disabled_vmmc", "sdhci-tegra.1"),
- REGULATOR_SUPPLY("disabled_vmmc", "sdhci-tegra.2"),
- REGULATOR_SUPPLY("disabled_vmmc", "sdhci-tegra.3"),
+ REGULATOR_SUPPLY("vmmc", "sdhci-tegra.3"),
};
static struct regulator_consumer_supply tps658621_ldo6_supply[] = {
REGULATOR_SUPPLY("vdd_ldo6", NULL),