diff options
| author | Thierry Reding <treding@nvidia.com> | 2020-09-18 16:56:22 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2020-09-18 16:56:22 +0300 |
| commit | e5c88986b990ce8a647554204ef84cfc5d660bb8 (patch) | |
| tree | c4cb3e66270fc65b90d1fcd3dfa265aa268e4b78 /include | |
| parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) | |
| parent | 52e6d399a41da68125ec107f5f5f688a74ab7ac4 (diff) | |
| download | linux-e5c88986b990ce8a647554204ef84cfc5d660bb8.tar.xz | |
Merge branch 'for-5.10/soc' into for-5.10/firmware
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/tegra/fuse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index 1097feca41ed..a9db917a1d06 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -23,6 +23,8 @@ u32 tegra_read_chipid(void); u8 tegra_get_chip_id(void); +u8 tegra_get_platform(void); +bool tegra_is_silicon(void); enum tegra_revision { TEGRA_REVISION_UNKNOWN = 0, |
