From fbdcc1565db026635fbab88fa60856b8bd490c8d Mon Sep 17 00:00:00 2001 From: Yong Goo Yi Date: Wed, 7 Aug 2013 14:24:05 +0900 Subject: 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 (cherry picked from commit 7aa9884aeb6230ee5e892d261ccb24fd67607793) Reviewed-on: http://git-master/r/302279 Reviewed-by: Harry Hong Tested-by: Harry Hong --- arch/arm/mach-tegra/board-tegratab-power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') 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); -- cgit v1.2.3