summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ventana-power.c
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-01-06 16:07:15 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2011-01-06 04:37:29 -0800
commit6a6e181d84678855cbe903272a95b8864052cc9a (patch)
tree424b0b5c823edc6f6f120eaf1e43c360efeb8e89 /arch/arm/mach-tegra/board-ventana-power.c
parent325d26350489de41bf9111864724503cce29aedf (diff)
[ARM] tegra: ventana: rename sdhci's regulator to vmmc
based off Ic3aa58f7794c24042fafe0b5d3915875bda7447a Change-Id: Ied7c9b739a8bcfe6bc1917363e4e8557244b2bb6 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/15122 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ventana-power.c')
-rwxr-xr-xarch/arm/mach-tegra/board-ventana-power.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index e90775410b3c..5b778a69913d 100755
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -75,8 +75,10 @@ static struct regulator_consumer_supply tps658621_ldo4_supply[] = {
REGULATOR_SUPPLY("vddio_sys", "panjit_touch"),
};
static struct regulator_consumer_supply tps658621_ldo5_supply[] = {
- REGULATOR_SUPPLY("vcore_mmc", "sdhci-tegra.1"),
- REGULATOR_SUPPLY("vcore_mmc", "sdhci-tegra.3"),
+ 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 tps658621_ldo6_supply[] = {
REGULATOR_SUPPLY("vcsi", "tegra_camera"),