summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2011-11-01 15:21:04 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-11-11 16:06:50 -0800
commit3784f31955117064d84868f8ade148ceffa32c3d (patch)
treee88df503f671c3ac77e1860c157785de4e3c117d
parentc27e091be2ec3899fbb0bdbfe199784063f24be1 (diff)
ARM: tegra: dvfs: Update Tegra3 AP33 speedo thresholds
bugid 841336 Reviewed-on: http://git-master/r/61621 (cherry picked from commit 329035165f483c806f83831a8a5b4eff126b1ac8) Change-Id: I80cedc3391786570cbb24ec3bfc59e729abde795 Reviewed-on: http://git-master/r/62768 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Tested-by: Diwakar Tundlam <dtundlam@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/tegra3_speedo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra3_speedo.c b/arch/arm/mach-tegra/tegra3_speedo.c
index 4eed24ed27e2..9be2432568fb 100644
--- a/arch/arm/mach-tegra/tegra3_speedo.c
+++ b/arch/arm/mach-tegra/tegra3_speedo.c
@@ -68,7 +68,7 @@ static const u32 cpu_process_speedos[][CPU_PROCESS_CORNERS_NUM] = {
{324, 324, 348, 364}, /* threshold_index 6: cpu_speedo_id 3: T30Schar */
/* T33 family */
- {376, 376, 376, 376}, /* threshold_FIXME 7: cpu_speedo_id = 4 - AP33 */
+ {304, 336, 359, 375}, /* threshold_index 7: cpu_speedo_id = 4 - AP33 */
{368, 368, 368, 368}, /* threshold_index 8: cpu_speedo_id = 5 - T33 */
{372, 372, 372, 372}, /* threshold_index 9: cpu_speedo_id = 6 - T33S */
};