summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra13_speedo.c
diff options
context:
space:
mode:
authorIshwarya Balaji Gururajan <igururajan@nvidia.com>2014-05-05 12:12:20 -0700
committerRiham Haidar <rhaidar@nvidia.com>2014-05-16 12:04:09 -0700
commit4ce4cb93162fafcdc714c1c7e6f37f4adeb6d2af (patch)
treed39cebee6552dd48e3bb14715d383c501a13edaf /arch/arm/mach-tegra/tegra13_speedo.c
parentf80d8bcb21aaab2123cafea6a22c0956b044f47c (diff)
ARM: T132: add sku fuses to cpu/gpu speedo_id 1
add sku fuses 0x0f and 0x83 to cpu/gpu speedo id 1 Bug 1442659 Change-Id: Ie6f8aa080cdf736633b3a9595b8bb3144060b097 Signed-off-by: Ishwarya Balaji Gururajan <igururajan@nvidia.com> Reviewed-on: http://git-master/r/409703 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Thomas Cherry <tcherry@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, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra13_speedo.c b/arch/arm/mach-tegra/tegra13_speedo.c
index 746f6c13f132..38fea0a65849 100644
--- a/arch/arm/mach-tegra/tegra13_speedo.c
+++ b/arch/arm/mach-tegra/tegra13_speedo.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/tegra13_speedo.c
*
- * Copyright (C) 2013 NVIDIA Corporation. All rights reserved.
+ * Copyright (C) 2013-2014 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -99,6 +99,8 @@ static void rev_sku_to_speedo_ids(int rev, int sku)
} else {
switch (sku) {
case 0x00: /* Engg sku */
+ case 0x0f:
+ case 0x83:
cpu_speedo_id = 1;
soc_speedo_id = 0;
gpu_speedo_id = 1;