diff options
author | Thierry Reding <treding@nvidia.com> | 2015-04-29 10:55:57 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-07-16 04:38:29 -0400 |
commit | 0dc5a0d836751099f2e08deec28f56ec881925dd (patch) | |
tree | fd67bb6eab5cb792c9ccfddc1d7ff10098d0f545 /include/soc | |
parent | 7e939de1b2bb26496e4967e5346619700245e7c0 (diff) |
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.h | 4 |
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 @@ | |||
22 | #define TEGRA114 0x35 | 22 | #define TEGRA114 0x35 |
23 | #define TEGRA124 0x40 | 23 | #define TEGRA124 0x40 |
24 | #define TEGRA132 0x13 | 24 | #define TEGRA132 0x13 |
25 | #define TEGRA210 0x21 | ||
25 | 26 | ||
26 | #define TEGRA_FUSE_SKU_CALIB_0 0xf0 | 27 | #define TEGRA_FUSE_SKU_CALIB_0 0xf0 |
27 | #define TEGRA30_FUSE_SATA_CALIB 0x124 | 28 | #define TEGRA30_FUSE_SATA_CALIB 0x124 |
@@ -49,8 +50,9 @@ struct tegra_sku_info { | |||
49 | int cpu_iddq_value; | 50 | int cpu_iddq_value; |
50 | int core_process_id; | 51 | int core_process_id; |
51 | int soc_speedo_id; | 52 | int soc_speedo_id; |
52 | int gpu_speedo_id; | 53 | int soc_speedo_value; |
53 | int gpu_process_id; | 54 | int gpu_process_id; |
55 | int gpu_speedo_id; | ||
54 | int gpu_speedo_value; | 56 | int gpu_speedo_value; |
55 | enum tegra_revision revision; | 57 | enum tegra_revision revision; |
56 | }; | 58 | }; |