Skip to content

Commit 46011d4

Browse files
Sandipan Patrathierryreding
authored andcommitted
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 <[email protected]> Reviewed-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent b3a9e3b commit 46011d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/soc/tegra/fuse.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#define TEGRA124 0x40
1313
#define TEGRA132 0x13
1414
#define TEGRA210 0x21
15+
#define TEGRA186 0x18
16+
#define TEGRA194 0x19
1517

1618
#define TEGRA_FUSE_SKU_CALIB_0 0xf0
1719
#define TEGRA30_FUSE_SATA_CALIB 0x124

0 commit comments

Comments
 (0)