summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/edp.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-05-01 00:40:50 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:11:48 -0700
commitb8322ca2a8e0cb5f5173b8ef5578b6c7f874b4af (patch)
tree98e7b5578bb1db4b584053a1c14d5286d0a19d0a /arch/arm/mach-tegra/edp.c
parent4bf424f87067c80fc7d423ba9473f4f07f4cb698 (diff)
ARM: tegra11: power: Increase edp voltage thermal cap
Since edp maximum voltage constraint is applied on top of CPU CL-DVFS Vmax thermal profile, edp limit was re-characterized. Bug 1270003 Change-Id: Ic8acb18429f89cd554342b1d7230fd49123ecd3a Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/224495 (cherry picked from commit b5bc83fd2eec9925d6147796386cdaf391a42ecb) Reviewed-on: http://git-master/r/225498 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/edp.c')
-rw-r--r--arch/arm/mach-tegra/edp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/edp.c b/arch/arm/mach-tegra/edp.c
index 3683dab1a8d4..16d871a48667 100644
--- a/arch/arm/mach-tegra/edp.c
+++ b/arch/arm/mach-tegra/edp.c
@@ -415,7 +415,7 @@ static struct tegra_edp_cpu_leakage_params leakage_params[] = {
{ 15618709, -4576116, 158401, -1538, },
},
},
- .volt_temp_cap = { 70, 1240 },
+ .volt_temp_cap = { 70, 1300 },
},
{
.cpu_speedo_id = 1, /* A01P+ CPU */
@@ -448,7 +448,7 @@ static struct tegra_edp_cpu_leakage_params leakage_params[] = {
},
},
.safety_cap = { 1810500, 1810500, 1606500, 1606500 },
- .volt_temp_cap = { 70, 1240 },
+ .volt_temp_cap = { 70, 1300 },
},
{
.cpu_speedo_id = 2, /* A01P+ fast CPU */
@@ -481,7 +481,7 @@ static struct tegra_edp_cpu_leakage_params leakage_params[] = {
},
},
.safety_cap = { 1912500, 1912500, 1912500, 1912500 },
- .volt_temp_cap = { 70, 1240 },
+ .volt_temp_cap = { 70, 1300 },
},
};
#endif