summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra3_speedo.c
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2011-08-11 00:38:23 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:56 -0800
commit16a50b168fe3a801194798add390c83841a9b931 (patch)
treed8cff11e905a575f9c6e309de933159256082d7f /arch/arm/mach-tegra/tegra3_speedo.c
parent609cccee3a9222d3ce4fe561d8cd7bd01f84de48 (diff)
ARM: Tegra: dvfs: pick speedo_id = 1 if speedo_value < min
Bug 860231 Reviewed-on: http://git-master/r/46599 (cherry picked from commit 3a85d02f0d61f8d94b864716ce7f3f12e78d62a0) Change-Id: I73d61b766bfa885ebcacbe9f2facd8fc64635903 Reviewed-on: http://git-master/r/62771 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R08596750b3d68357c435f690fb08c884d4da8650
Diffstat (limited to 'arch/arm/mach-tegra/tegra3_speedo.c')
-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 75e94c80a7d6..cac288a13ea0 100644
--- a/arch/arm/mach-tegra/tegra3_speedo.c
+++ b/arch/arm/mach-tegra/tegra3_speedo.c
@@ -253,7 +253,7 @@ void tegra_init_speedo_data(void)
pr_err("****************************************************");
cpu_process_id = INVALID_PROCESS_ID;
- cpu_speedo_id = 0;
+ cpu_speedo_id = 1;
}
for (iv = 0; iv < CORE_PROCESS_CORNERS_NUM; iv++) {
@@ -273,7 +273,7 @@ void tegra_init_speedo_data(void)
pr_err("****************************************************");
core_process_id = INVALID_PROCESS_ID;
- soc_speedo_id = 0;
+ soc_speedo_id = 1;
}
pr_info("Tegra3: CPU Speedo ID %d, Soc Speedo ID %d",