summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-dalmore-power.c
diff options
context:
space:
mode:
authorNaveen Kumar Arepalli <naveenk@nvidia.com>2012-11-06 13:31:42 +0530
committerSimone Willett <swillett@nvidia.com>2012-11-13 15:21:46 -0800
commit62c8dd53172b36e0925b9039c2eb79cc867612b7 (patch)
tree8b3f78b51f106647b8651a2e452b1e7fd8c9bb14 /arch/arm/mach-tegra/board-dalmore-power.c
parent3f82c54b59f590d835bc3db528ed70117c436612 (diff)
ARM: tegra: dalmore: keep always on for smps9
VDD_CORE_2V85_EMMC will be off in LP0, but VDD_1V8_EMMC cannot be turned OFF. keeping VDD_CORE_2V85_EMMC ON which avoids leackages from VDD_1V8_EMMC. Setting smps9 to always-ON fixes the issue. Bug 1165470 Change-Id: I9216a54ee40a45ce73315b74d6724f39f60a6d8c Signed-off-by: Naveen Kumar Arepalli <naveenk@nvidia.com> Reviewed-on: http://git-master/r/161560 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-dalmore-power.c')
-rw-r--r--arch/arm/mach-tegra/board-dalmore-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-dalmore-power.c b/arch/arm/mach-tegra/board-dalmore-power.c
index 9e7fa81f3a08..cb57624888ab 100644
--- a/arch/arm/mach-tegra/board-dalmore-power.c
+++ b/arch/arm/mach-tegra/board-dalmore-power.c
@@ -617,7 +617,7 @@ PALMAS_PDATA_INIT(smps12, 1350, 1350, tps65090_rails(DCDC3), 0, 0, 0);
PALMAS_PDATA_INIT(smps3, 1800, 1800, tps65090_rails(DCDC3), 0, 0, 0);
PALMAS_PDATA_INIT(smps45, 900, 1400, tps65090_rails(DCDC2), 1, 1, 0);
PALMAS_PDATA_INIT(smps8, 1050, 1050, tps65090_rails(DCDC2), 0, 1, 1);
-PALMAS_PDATA_INIT(smps9, 2800, 2800, tps65090_rails(DCDC2), 0, 0, 0);
+PALMAS_PDATA_INIT(smps9, 2800, 2800, tps65090_rails(DCDC2), 1, 0, 0);
PALMAS_PDATA_INIT(ldo1, 2800, 2800, tps65090_rails(DCDC2), 0, 0, 1);
PALMAS_PDATA_INIT(ldo2, 2800, 2800, tps65090_rails(DCDC2), 0, 0, 1);
PALMAS_PDATA_INIT(ldo3, 1200, 1200, palmas_rails(smps3), 0, 0, 1);