diff options
author | Thierry Reding <treding@nvidia.com> | 2015-01-08 08:24:45 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-01-09 16:13:57 +0100 |
commit | 24ef5745dafc2eaf287a0bb9ee9e4ff9a4f64108 (patch) | |
tree | a95e1ce1b5af7382c14c1e35f07e44ce51bd0036 /include/soc | |
parent | 910978e753d0be0b429cf75b5adaed55b90c96b2 (diff) |
soc/tegra: Add Tegra132 support
Add the chip ID for the NVIDIA Tegra132 SoC family.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/tegra/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 8e1249474e84..b5f7b5f8d008 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -21,6 +21,7 @@ #define TEGRA30 0x30 #define TEGRA114 0x35 #define TEGRA124 0x40 +#define TEGRA132 0x13 #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 |