summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2011-08-19 12:41:17 -0700
committerNiket Sirsi <nsirsi@nvidia.com>2011-08-22 17:46:38 -0700
commitca49a65b1a560917220886af36bcc4893d497ac8 (patch)
tree03a2c64155358b62cbfd7b2ac313bd6c5570dc48
parent4d7904c27f3ab478ce1a76ffcee42e3225d95d35 (diff)
ARM: Tegra: dvfs: Fix speedo value thresholds for T30S, T30
Bug 855816 Change-Id: I75b46b3b1b3452cde3c73622fcef5b26fcd1649d Reviewed-on: http://git-master/r/48237 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Tested-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/tegra3_speedo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra3_speedo.c b/arch/arm/mach-tegra/tegra3_speedo.c
index 78dc0834a594..252bfd884cbe 100644
--- a/arch/arm/mach-tegra/tegra3_speedo.c
+++ b/arch/arm/mach-tegra/tegra3_speedo.c
@@ -43,8 +43,8 @@ static const u32 core_process_speedos[][CORE_PROCESS_CORNERS_NUM] = {
/* Characterization SKUs */
{170}, /* threshold_index 4: soc_speedo_id 1: AP30 char */
- {190}, /* threshold_index 5: soc_speedo_id 2: T30 char */
- {190}, /* threshold_index 6: soc_speedo_id 2: T30S char */
+ {195}, /* threshold_index 5: soc_speedo_id 2: T30 char */
+ {185}, /* threshold_index 6: soc_speedo_id 2: T30S char */
/* T33 family: Numbers cloned from T30 family; FIXME: adjust these later */
{183}, /* threshold_index 7: soc_speedo_id = 1 - AP33 */