diff options
author | Thierry Reding <treding@nvidia.com> | 2020-09-17 12:07:47 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2020-09-18 15:55:29 +0200 |
commit | 1f44febf71ba3d8a8694669197ec5a384c8d3011 (patch) | |
tree | 7c617661ed31c21c5b45ea3d4aa41b29c4dada76 /include/soc/tegra | |
parent | 52e6d399a41da68125ec107f5f5f688a74ab7ac4 (diff) | |
download | linux-1f44febf71ba3d8a8694669197ec5a384c8d3011.tar.bz2 |
soc/tegra: fuse: Add Tegra234 support
Add support for FUSE block found on the Tegra234 SoC, which is largely
similar to the IP found on previous generations.
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc/tegra')
-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 a9db917a1d06..c702bd2911bc 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -14,6 +14,7 @@ #define TEGRA210 0x21 #define TEGRA186 0x18 #define TEGRA194 0x19 +#define TEGRA234 0x23 #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 |