From ca49a65b1a560917220886af36bcc4893d497ac8 Mon Sep 17 00:00:00 2001 From: Diwakar Tundlam Date: Fri, 19 Aug 2011 12:41:17 -0700 Subject: 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 Tested-by: Diwakar Tundlam Reviewed-by: Aleksandr Frid Reviewed-by: Scott Williams --- arch/arm/mach-tegra/tegra3_speedo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/arm') 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 */ -- cgit v1.2.3