summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_speedo.c
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2014-01-02 12:14:07 -0800
committerTom Cherry <tcherry@nvidia.com>2014-01-22 16:02:40 -0800
commitb3d9a36f66cef0202b2a025872866434ed5a35c2 (patch)
tree628bb90565d8263cc2f55d857faf9e5c6ed711da /arch/arm/mach-tegra/tegra13_speedo.c
parenta98995667238805eba66ab1ef7a184496501d07d (diff)
ARM: Tegra13: Clocks: Update process id for core
Bug 1433041 Change-Id: If5664af8c69e6ae620ff5257c092afae7f730145 Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/351456 Reviewed-by: Aleksandr Frid <afrid@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra13_speedo.c')
-rw-r--r--arch/arm/mach-tegra/tegra13_speedo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra13_speedo.c b/arch/arm/mach-tegra/tegra13_speedo.c
index 8a9960d61307..c15de2f36c6b 100644
--- a/arch/arm/mach-tegra/tegra13_speedo.c
+++ b/arch/arm/mach-tegra/tegra13_speedo.c
@@ -83,8 +83,8 @@ static const u32 gpu_process_speedos[][GPU_PROCESS_CORNERS_NUM] = {
static const u32 core_process_speedos[][CORE_PROCESS_CORNERS_NUM] = {
/* proc_id 0, 1 */
- {2061, UINT_MAX}, /* [0]: threshold_index 0 */
- {0, UINT_MAX}, /* [1]: threshold_index 1 */
+ {UINT_MAX, UINT_MAX}, /* [0]: threshold_index 0 */
+ {0, UINT_MAX}, /* [1]: threshold_index 1 */
};
static void rev_sku_to_speedo_ids(int rev, int sku)