summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorSachin Nikam <snikam@nvidia.com>2011-01-27 16:45:56 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:24 -0800
commit3c566b5c0cffce27df0c2b7b6bf07068f6e02622 (patch)
treec40fa30096e7cb984ac14cd587384691f6e120a3 /arch/arm/mach-tegra/board-whistler-power.c
parent4f3fd7e100e6c206819a4e45cdbbfb580011958f (diff)
[ARM] tegra: removing LDO5 consumer supply
LDO5 regulator has consumers VCORE_MMC, AVDD_LCD1 and VDDIO_1WIRE. SDHCI gets this regulator by name "vmmc" and disables in suspend and enables on resume. Though it happens equal number of times after resume UI is not seen. Till proper fix is identified removing the consumer supply entry for LDO5 after which device resumes with UI properly. Bug 780047 Original-Change-Id: Ia95906861ad5fa030546f5d723615c74932c97be Reviewed-on: http://git-master/r/17197 Tested-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Rakesh Kumar <krakesh@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R94592367db8c19f2158f0eba3b9390acb23d077b
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index eebdd869679d..51029caac974 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -68,10 +68,6 @@ static struct regulator_consumer_supply max8907c_LDO4_supply[] = {
};
static struct regulator_consumer_supply max8907c_LDO5_supply[] = {
- 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[] = {