[PATCH 4/9] soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDs

Thierry Reding thierry.reding at gmail.com
Thu Jul 16 10:18:51 EDT 2020


From: Sandipan Patra <spatra at nvidia.com>

SoC IDs for these generations had never been defined. Do so now.

Signed-off-by: Sandipan Patra <spatra at nvidia.com>
Reviewed-by: Jon Hunter <jonathanh at nvidia.com>
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
 include/soc/tegra/fuse.h | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.27.0




More information about the linux-arm-kernel mailing list