mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 07:38:25 +07:00
226cff485c
Commit 8a46828e623c ("soc/tegra: Register SoC device") added an initcall to register the SoC device on Tegra. However, that code is unrestricted and will run on all platforms, causing unwanted warnings. Fix this by first checking that we're running on hardware that supports the fuses block that we use to provide SoC information. Fixes: 8a46828e623c ("soc/tegra: Register SoC device") Reported-by: Sudeep Holla <sudeep.holla@arm.com> Tested-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> |
||
---|---|---|
.. | ||
fuse-tegra20.c | ||
fuse-tegra30.c | ||
fuse-tegra.c | ||
fuse.h | ||
Makefile | ||
speedo-tegra20.c | ||
speedo-tegra30.c | ||
speedo-tegra114.c | ||
speedo-tegra124.c | ||
speedo-tegra210.c | ||
tegra-apbmisc.c |