summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu-power.c
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-11-14 20:26:29 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:13 -0800
commit5283e352439ae5726421388aa3b260451d7a7ba9 (patch)
tree74c412e7f8ba6b2f68faabbb1fdef8b3ec6c5d92 /arch/arm/mach-tegra/board-cardhu-power.c
parent0c5329891706a0860a7c597b0bb06f28797eb37a (diff)
arm: tegra: cardhu: Put LDO4 in high power mode always
Based on characterization, at high temperatures Tegra will draw more than 1mA, which is what the datasheet reports for the low-power mode of LDO4. So removing the LOW_POWER mode flag which makes LDO4 in low power mode in suspend. bug 890770 Reviewed-on: http://git-master/r/64825 (cherry picked from commit f4263c693e235c52d7ad4ad32d2508b4a6393508) Change-Id: I9289a504af71fa488d30d77aa6cbb6e1d7dd05a4 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/65456 Rebase-Id: R3cf4b2dfa2b5fea9fe281cad769fb5addc241abd
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-power.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c
index a258707af659..e3b44ca00107 100644
--- a/arch/arm/mach-tegra/board-cardhu-power.c
+++ b/arch/arm/mach-tegra/board-cardhu-power.c
@@ -200,7 +200,7 @@ TPS_PDATA_INIT(ldo2, 0, 1050, 1050, tps6591x_rails(VDD_2), 0, 0, 1, -1,
TPS_PDATA_INIT(ldo3, e118x, 1000, 3300, 0, 0, 0, 0, -1, 0, 0, 0, 0);
TPS_PDATA_INIT(ldo3, e1198, 1000, 3300, 0, 0, 0, 0, -1, 0, 0, 0, 0);
-TPS_PDATA_INIT(ldo4, 0, 1000, 3300, 0, 1, 0, 0, -1, 0, 0, 0, LDO_LOW_POWER_ON_SUSPEND);
+TPS_PDATA_INIT(ldo4, 0, 1000, 3300, 0, 1, 0, 0, -1, 0, 0, 0, 0);
TPS_PDATA_INIT(ldo5, e118x, 1000, 3300, 0, 0, 0, 0, -1, 0, 0, 0, 0);
TPS_PDATA_INIT(ldo5, e1198, 1000, 3300, 0, 0, 0, 0, -1, 0, 0, 0, 0);