summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pu <dpu@nvidia.com>2014-03-13 15:15:42 +0800
committerDanny Song <dsong@nvidia.com>2014-03-13 22:22:45 -0700
commit24b3ef54d98d96322338dd9d8c99c9db2ff5752c (patch)
tree9114bd5aa19adb2c72189f7901fdbd096c0fb260
parent9f3885c6ecea8ea05390df88574a6c312808f436 (diff)
arm:tegra:TN7C:set SMPS6 active mode to Force PWM.
it is sw WAR to fix screen flicker when charging. Bug 1475028 Bug 1480536 Change-Id: I3cf660157d34b4e8ebdd6235cc38c86ea9210657 Signed-off-by: David Pu <dpu@nvidia.com> Reviewed-on: http://git-master/r/381329 Reviewed-by: Martin Chi <mchi@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yong Goo Yi <yyi@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Danny Song <dsong@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-tegranote7c-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tegranote7c-power.c b/arch/arm/mach-tegra/board-tegranote7c-power.c
index b603f135325b..47e4e2f0490a 100644
--- a/arch/arm/mach-tegra/board-tegranote7c-power.c
+++ b/arch/arm/mach-tegra/board-tegranote7c-power.c
@@ -303,7 +303,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, 3160, 3160, NULL, 0, 0, 1, NORMAL,
+PALMAS_REGS_PDATA(smps6, 3160, 3160, NULL, 0, 0, 1, FAST,
0, 0, 0, 0, 0);
PALMAS_REGS_PDATA(smps7, 1350, 1350, NULL, 0, 0, 1, NORMAL,
0, 0, 0, 0, 0);