diff options
| author | Diwakar Tundlam <dtundlam@nvidia.com> | 2011-09-29 17:00:03 -0700 |
|---|---|---|
| committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2011-10-03 02:24:13 -0700 |
| commit | 1acb55199cc105d02192a562952dd6e88f0f9032 (patch) | |
| tree | f3f7d0e09a0d1a7780560642b7f8a53f05bc250d /arch/arm | |
| parent | be6df94a7a46b2c3e3f9d5b88bf148e560419081 (diff) | |
ARM: tegra: dvfs: Update Tegra3 speedo thresholds
Bug 841336
Change-Id: I58ef1b3ff92ba1f1016744f1f96001fc86d5ed9f
Reviewed-on: http://git-master/r/55336
Tested-by: Diwakar Tundlam <dtundlam@nvidia.com>
Reviewed-by: Aleksandr Frid <afrid@nvidia.com>
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm')
| -rw-r--r-- | arch/arm/mach-tegra/tegra3_speedo.c | 4 |
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 cac288a13ea0..f1b8b285838f 100644 --- a/arch/arm/mach-tegra/tegra3_speedo.c +++ b/arch/arm/mach-tegra/tegra3_speedo.c @@ -69,8 +69,8 @@ static const u32 cpu_process_speedos[][CPU_PROCESS_CORNERS_NUM] = { /* T33 family: Numbers cloned from T30 family; FIXME: adjust these later */ {376, 376, 376, 376}, /* threshold_FIXME 7: cpu_speedo_id = 1 - AP33 */ - {376, 376, 376, 376}, /* threshold_index 8: cpu_speedo_id = 2 - T33 */ - {376, 376, 376, 376}, /* threshold_index 9: cpu_speedo_id = 3 - T33S */ + {368, 368, 368, 368}, /* threshold_index 8: cpu_speedo_id = 2 - T33 */ + {372, 372, 372, 372}, /* threshold_index 9: cpu_speedo_id = 3 - T33S */ }; /* |
