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
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:14 -0800
commitdfd43f2b3342ad4c649cd0d50ee058cd5bb39b7d (patch)
treeb6df229a7dc76fa17472dbfa2acc4aa20517c16b /arch/arm/mach-tegra/board-ventana-power.c
parent89e5b67c36f5cdbd0f5b102cf901a40e4f499612 (diff)
ARM: tegra: ventana: enable vmmc regulator
vmmc regulator is used to power down the emmc Bug 783535 Original-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> Rebase-Id: R05406c43662a27186857833fa52305ac62f9e5c0
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 daf89b8c8d8d..e0f6e82bf729 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),