summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYong Goo Yi <yyi@nvidia.com>2013-08-07 14:24:05 +0900
committerHarry Hong <hhong@nvidia.com>2013-10-22 18:42:45 -0700
commitfbdcc1565db026635fbab88fa60856b8bd490c8d (patch)
tree199a20dd542942b0a13940c7ce1601c49d55a062 /arch
parent0856ed1e148728677755f74e5c63eb2043ad7120 (diff)
arm: tegra: tegratab: change avdd_lcd to 3.16V
avdd_lcd(palmas smps6) need to be set to < 3.185V = 3.24V(Vsys min) - 0.055V to prevent the dropout of smps6 output. Bug 1343471 Change-Id: I8308abded2af4c5600302eaea959202f7086015b Signed-off-by: Yong Goo Yi <yyi@nvidia.com> (cherry picked from commit 7aa9884aeb6230ee5e892d261ccb24fd67607793) Reviewed-on: http://git-master/r/302279 Reviewed-by: Harry Hong <hhong@nvidia.com> Tested-by: Harry Hong <hhong@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-tegratab-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegratab-power.c b/arch/arm/mach-tegra/board-tegratab-power.c
index f79823a52b2a..7ab46c73429c 100644
--- a/arch/arm/mach-tegra/board-tegratab-power.c
+++ b/arch/arm/mach-tegra/board-tegratab-power.c
@@ -300,7 +300,7 @@ PALMAS_REGS_PDATA(smps123, 900, 1350, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_ENABLE1, 0, 3, 0);
PALMAS_REGS_PDATA(smps45, 900, 1400, NULL, 0, 0, 0, 0,
0, PALMAS_EXT_CONTROL_NSLEEP, 0, 0, 0);
-PALMAS_REGS_PDATA(smps6, 3300, 3300, NULL, 0, 0, 1, NORMAL,
+PALMAS_REGS_PDATA(smps6, 3160, 3160, NULL, 0, 0, 1, NORMAL,
0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(smps7, 1380, 1380, NULL, 0, 0, 1, NORMAL,
0, 0, 0, 0, 0);