summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_dvfs.c
diff options
context:
space:
mode:
authorIshwarya Balaji Gururajan <igururajan@nvidia.com>2014-05-15 10:49:28 -0700
committerMandar Padmawar <mpadmawar@nvidia.com>2014-05-28 02:55:27 -0700
commit19e045995dba97531a5535140527c494d6c38c9e (patch)
tree032ca79cec41c001801f26842c682196c223ce47 /arch/arm/mach-tegra/tegra13_dvfs.c
parent781de07323fafd2b5f61e7b627cf4bb99e4d7547 (diff)
ARM: T132: Update GPU DVFS tables
update max freq to 918MHz and speedo_id to 2 for sku_fuse 0x83 Bug 1442659 Change-Id: Ie7c94baeb5769c8a271f94ba2442fd00183aad99 Signed-off-by: Ishwarya Balaji Gururajan <igururajan@nvidia.com> Reviewed-on: http://git-master/r/410384 Reviewed-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_dvfs.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_dvfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/tegra13_dvfs.c b/arch/arm/mach-tegra/tegra13_dvfs.c
index 0b6d7c8b78f3..48ec0cfee152 100644
--- a/arch/arm/mach-tegra/tegra13_dvfs.c
+++ b/arch/arm/mach-tegra/tegra13_dvfs.c
@@ -109,7 +109,7 @@ static struct dvfs_rail tegra13_dvfs_rail_vdd_core = {
static struct dvfs_rail tegra13_dvfs_rail_vdd_gpu = {
.reg_id = "vdd_gpu",
- .version = "p4_v8",
+ .version = "p4_v10",
.max_millivolts = 1350,
.min_millivolts = 650,
.step = VDD_SAFE_STEP,
@@ -460,7 +460,7 @@ static int resolve_core_override(int min_override_mv)
/* GPU DVFS tables */
static unsigned long gpu_max_freq[] = {
/* speedo_id 0 1 2 */
- 804000, 852000,
+ 804000, 852000, 918000,
};
static struct gpu_cvb_dvfs gpu_cvb_dvfs_table[] = {
{
@@ -489,7 +489,7 @@ static struct gpu_cvb_dvfs gpu_cvb_dvfs_table[] = {
{ 804000, { }, { 1524225, -20064, -254, -119, 4272, -155}, },
{ 852000, { }, { 1608418, -21643, -269, 0, 763, -48}, },
{ 900000, { }, { 1706383, -25155, -209, 0, 305, 0}, },
- { 924000, { }, { 1739600, -26289, -194, 0, 763, 0}, },
+ { 918000, { }, { 1729600, -26289, -194, 0, 763, 0}, },
{ 954000, { }, { 1880996, -35353, 14, -179, 4120, 24}, },
{ 984000, { }, { 1890996, -35353, 14, -179, 4120, 24}, },
{ 1008000, { }, { 2015834, -44439, 271, -596, 4730, 1222}, },