summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra3_speedo.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2011-08-04 22:57:24 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:08 -0800
commit2b9b474202a0639c13161deda1801ab26592d87c (patch)
treee464348df725f174e1331903a18717bba17128e6 /arch/arm/mach-tegra/tegra3_speedo.c
parentccef2428dde6861541993d5ffa46501304c5a9a5 (diff)
ARM: tegra: dvfs: Update Tegra3 speedo thresholds
Bug 817679 Original-Change-Id: I12374b3e32f0b110fcb2514802f0d8f3c51ea4d1 Reviewed-on: http://git-master/r/45455 Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Tested-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Karan Jhavar <kjhavar@nvidia.com> Rebase-Id: Re878058126c5206dc9ce8e05aa2eb2ec20221d49
Diffstat (limited to 'arch/arm/mach-tegra/tegra3_speedo.c')
-rw-r--r--arch/arm/mach-tegra/tegra3_speedo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/tegra3_speedo.c b/arch/arm/mach-tegra/tegra3_speedo.c
index b34ded22ee8e..b91e96816b40 100644
--- a/arch/arm/mach-tegra/tegra3_speedo.c
+++ b/arch/arm/mach-tegra/tegra3_speedo.c
@@ -53,9 +53,9 @@ static const u32 cpu_process_speedos[][CPU_PROCESS_CORNERS_NUM] = {
{306, 338, 360, 376}, /* threshold_index 0: cpu_speedo_id 0: any A01 */
/* T30 family */
- {306, 338, 360, 376}, /* threshold_index 1: cpu_speedo_id 1: AP30 */
- {338, 338, 360, 376}, /* threshold_index 2: cpu_speedo_id 2: T30 */
- {338, 338, 360, 376}, /* threshold_index 3: cpu_speedo_id 3: T30S */
+ {305, 336, 358, 375}, /* threshold_index 1: cpu_speedo_id 1: AP30 */
+ {336, 336, 358, 375}, /* threshold_index 2: cpu_speedo_id 2: T30 */
+ {336, 336, 358, 375}, /* threshold_index 3: cpu_speedo_id 3: T30S */
/* Characterization SKUs */
{295, 326, 348, 364}, /* threshold_index 4: cpu_speedo_id 1: AP30char */