summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Nikam <snikam@nvidia.com>2011-01-27 16:45:56 +0530
committerNiket Sirsi <nsirsi@nvidia.com>2011-01-28 19:38:34 -0800
commit174f888131a1e7c5e970a8a94944d7101f8f4fa1 (patch)
tree32d9e31173dcfd40ab8fba3315f41ed6adf9c4e9
parent65894309a415f72ed8574a1603d8f59a89c2c667 (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 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>
-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[] = {