summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-ardbeg-power.c
diff options
context:
space:
mode:
authorCharles Kong <charlesk@nvidia.com>2014-02-04 16:46:47 -0800
committerLaxman Dewangan <ldewangan@nvidia.com>2014-02-05 00:52:43 -0800
commitd67e0e4635573dfb96eb1afe77ebfbbe44ee32d6 (patch)
treede603d787c06bdb3c1218a0e8741e01ea660fde9 /arch/arm/mach-tegra/board-ardbeg-power.c
parent5a9fb26d715979467c109150104c88bfc93cc8d4 (diff)
arm: tegra: ardbeg: force CAM_1V8_LDO1 to be true
Force CAM_1V8_LDO1 to remove the ~19mW power leakage at camera i2c lines when camera is off. The power impact of CAM_1V8_LDO1 is ~0.55mW. The idle battery power is also dropped by this change. Bug: 1441261 Change-Id: I690b6e71d0935242dcb8211fd291c2d43441ec20 Signed-off-by: Charles Kong <charlesk@nvidia.com> Reviewed-on: http://git-master/r/363528 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-ardbeg-power.c')
-rw-r--r--arch/arm/mach-tegra/board-ardbeg-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-ardbeg-power.c b/arch/arm/mach-tegra/board-ardbeg-power.c
index cfbe0aa74dfb..43c44a50c847 100644
--- a/arch/arm/mach-tegra/board-ardbeg-power.c
+++ b/arch/arm/mach-tegra/board-ardbeg-power.c
@@ -415,7 +415,7 @@ PALMAS_REGS_PDATA(ti913_ldo3, 3100, 3100, NULL, 0, 0, 1, 0, 0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ti913_ldo4, 1200, 1200, palmas_rails(ti913_smps6),
0, 0, 1, 0, 0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ti913_ldo5, 2700, 2700, NULL, 0, 0, 1, 0, 0, 0, 0, 0, 0);
-PALMAS_REGS_PDATA(ti913_ldo6, 1800, 1800, NULL, 0, 0, 1, 0, 0, 0, 0, 0, 0);
+PALMAS_REGS_PDATA(ti913_ldo6, 1800, 1800, NULL, 1, 1, 1, 0, 0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ti913_ldo7, 2700, 2700, NULL, 0, 0, 1, 0, 0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ti913_ldo8, 800, 800, NULL, 1, 1, 1, 0, 0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(ti913_ldo9, 1800, 3300, NULL, 0, 0, 1, 0, 0, 0, 0, 0, 0);