summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-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)