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>
This commit is contained in:
Родитель
b3a9e3b962
Коммит
46011d431b
|
@ -12,6 +12,8 @@
|
||||||
#define TEGRA124 0x40
|
#define TEGRA124 0x40
|
||||||
#define TEGRA132 0x13
|
#define TEGRA132 0x13
|
||||||
#define TEGRA210 0x21
|
#define TEGRA210 0x21
|
||||||
|
#define TEGRA186 0x18
|
||||||
|
#define TEGRA194 0x19
|
||||||
|
|
||||||
#define TEGRA_FUSE_SKU_CALIB_0 0xf0
|
#define TEGRA_FUSE_SKU_CALIB_0 0xf0
|
||||||
#define TEGRA30_FUSE_SATA_CALIB 0x124
|
#define TEGRA30_FUSE_SATA_CALIB 0x124
|
||||||
|
|
Загрузка…
Ссылка в новой задаче