diff options
author | Sandipan Patra <spatra@nvidia.com> | 2020-06-26 10:44:01 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-07-17 15:47:34 +0200 |
commit | 46011d431befb2a699727c6973d9ae71907f19c8 (patch) | |
tree | 17440e6901f8cd42fc170803cf2b46351c01a8ad | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDs
SoC IDs for these generations had never been defined. Do so now.
Signed-off-by: Sandipan Patra <spatra@nvidia.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | include/soc/tegra/fuse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 252ea20fe4c1..1097feca41ed 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -12,6 +12,8 @@ #define TEGRA124 0x40 #define TEGRA132 0x13 #define TEGRA210 0x21 +#define TEGRA186 0x18 +#define TEGRA194 0x19 #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 |