summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-tn8-power.c
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2014-01-10 14:57:38 -0800
committerDiwakar Tundlam <dtundlam@nvidia.com>2014-01-15 16:08:39 -0800
commitf4d9cfe80606421604067e42de30934ce6d98191 (patch)
tree75fd5ead203c18970350e9b1d07e29d5d98ff3fd /arch/arm/mach-tegra/board-tn8-power.c
parent35a8dbf22982b5e376645e3d317f69b1883aa539 (diff)
arm: tegra: t124: tn8 increase GPU EDP 11.2A
There was an update on the EDP(p) current capability on TI PMIC TPS65913. SMPS45 powering GPU can handle EDP(p) of 5.6A per phase. The total current for two phases is 5.6 * 2 = 11.2A (6us spec). Continuous limit does not change. Bug 1441057 Change-Id: I1e8d3653a08d51b096b1fef581fb920b07ae42c0 Signed-off-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-on: http://git-master/r/354439
Diffstat (limited to 'arch/arm/mach-tegra/board-tn8-power.c')
-rw-r--r--arch/arm/mach-tegra/board-tn8-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-tn8-power.c b/arch/arm/mach-tegra/board-tn8-power.c
index 282282c55e41..3480c89e3a11 100644
--- a/arch/arm/mach-tegra/board-tn8-power.c
+++ b/arch/arm/mach-tegra/board-tn8-power.c
@@ -343,7 +343,7 @@ int __init tn8_edp_init(void)
tegra_init_cpu_edp_limits(regulator_mA);
/* gpu maximum current */
- regulator_mA = 8000;
+ regulator_mA = 11200;
pr_info("%s: GPU regulator %d mA\n", __func__, regulator_mA);
tegra_init_gpu_edp_limits(regulator_mA);