aboutsummaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-04-29 16:55:57 +0200
committerThierry Reding <treding@nvidia.com>2015-07-16 10:38:29 +0200
commit0dc5a0d836751099f2e08deec28f56ec881925dd (patch)
treefd67bb6eab5cb792c9ccfddc1d7ff10098d0f545 /include/soc
parentsoc/tegra: fuse: Unify Tegra20 and Tegra30 drivers (diff)
downloadlinux-dev-0dc5a0d836751099f2e08deec28f56ec881925dd.tar.xz
linux-dev-0dc5a0d836751099f2e08deec28f56ec881925dd.zip
soc/tegra: fuse: Add Tegra210 support
Add Tegra210 support to the fuses driver and add Tegra210-specific speedo definitions. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/tegra/fuse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
index b019e3465f11..4a0eb02d2cba 100644
--- a/include/soc/tegra/fuse.h
+++ b/include/soc/tegra/fuse.h
@@ -22,6 +22,7 @@
#define TEGRA114 0x35
#define TEGRA124 0x40
#define TEGRA132 0x13
+#define TEGRA210 0x21
#define TEGRA_FUSE_SKU_CALIB_0 0xf0
#define TEGRA30_FUSE_SATA_CALIB 0x124
@@ -49,8 +50,9 @@ struct tegra_sku_info {
int cpu_iddq_value;
int core_process_id;
int soc_speedo_id;
- int gpu_speedo_id;
+ int soc_speedo_value;
int gpu_process_id;
+ int gpu_speedo_id;
int gpu_speedo_value;
enum tegra_revision revision;
};