diff options
author | Stefan Kristiansson <stefank@nvidia.com> | 2023-05-11 16:20:48 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-05-16 10:58:50 +0200 |
commit | d94436465152465555c8e5efbe611db40c9749f7 (patch) | |
tree | 22832066ba95cd10630785ab5937d5d49e067de9 /include/soc | |
parent | ac9a78681b921877518763ba0e89202254349d1b (diff) |
soc/tegra: fuse: Add support for Tegra264
Add support for Tegra264 to the fuse handling code.
Signed-off-by: Stefan Kristiansson <stefank@nvidia.com>
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/tegra/fuse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index a63de5da8124..3a513be50243 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2012-2023, NVIDIA CORPORATION. All rights reserved. */ #ifndef __SOC_TEGRA_FUSE_H__ @@ -17,6 +17,7 @@ #define TEGRA186 0x18 #define TEGRA194 0x19 #define TEGRA234 0x23 +#define TEGRA264 0x26 #define TEGRA_FUSE_SKU_CALIB_0 0xf0 #define TEGRA30_FUSE_SATA_CALIB 0x124 |