summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra12_dvfs.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2014-03-12 16:43:55 -0700
committerYu-Huan Hsu <yhsu@nvidia.com>2014-03-21 14:02:03 -0700
commit92858a1e74d205803189aa068a18f54e1fb3563e (patch)
tree8112a102c10ed05522b8bce4aa3b13356a93c94e /arch/arm/mach-tegra/tegra12_dvfs.c
parent03a33f7a9d0773d0cd98f6b9f86f4fd7391c54c3 (diff)
ARM: tegra12: dvfs: Update CPU DVFS tables
Updated CPU DVFS tables for 2.2GHz ... 2.5GHz entries at version P4v36. Updated GPU DVFS version to P4v36 (no actual table changes). Bug 1342499 Change-Id: Ibc555f83911a8c6b95fc0dbda55a74b90d7a624c Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/384839 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra12_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra12_dvfs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/tegra12_dvfs.c b/arch/arm/mach-tegra/tegra12_dvfs.c
index 80cca061cc11..c6ae432e7a3a 100644
--- a/arch/arm/mach-tegra/tegra12_dvfs.c
+++ b/arch/arm/mach-tegra/tegra12_dvfs.c
@@ -97,7 +97,7 @@ static struct dvfs_rail tegra12_dvfs_rail_vdd_cpu = {
.stats = {
.bin_uV = 10000, /* 10mV */
},
- .version = "P4.25",
+ .version = "P4v36",
};
static struct dvfs_rail tegra12_dvfs_rail_vdd_core = {
@@ -130,7 +130,7 @@ static struct dvfs_rail tegra12_dvfs_rail_vdd_gpu = {
.stats = {
.bin_uV = 10000, /* 10mV */
},
- .version = "P4.28",
+ .version = "P4v36",
};
static struct dvfs_rail *tegra12_dvfs_rails[] = {
@@ -211,10 +211,10 @@ static struct cpu_cvb_dvfs cpu_cvb_dvfs_table[] = {
{1938000, {2003687, -51145, 402}, {1180000, 0, 0}},
{2014500, {2054787, -52095, 402}, {1220000, 0, 0}},
{2116500, {2124957, -53385, 402}, {1260000, 0, 0}},
- {2218500, {2196950, -54665, 402}, {1310000, 0, 0}},
- {2320500, {2270765, -55955, 402}, {1360000, 0, 0}},
- {2422500, {2346401, -57235, 402}, {1400000, 0, 0}},
- {2524500, {2437299, -58535, 402}, {1400000, 0, 0}},
+ {2218500, {2297880, -59325, 449}, {1310000, 0, 0} },
+ {2320500, {2376237, -60755, 449}, {1360000, 0, 0} },
+ {2397000, {2448994, -61835, 449}, {1400000, 0, 0} },
+ {2499000, {2537299, -62735, 449}, {1400000, 0, 0} },
{ 0 , { 0, 0, 0}, { 0, 0, 0}},
},
.vmin_trips_table = { 20, 35, 55, 75, 120 },