linux/drivers/soc/tegra
Thierry Reding 226cff485c soc/tegra: Restrict SoC device registration to Tegra
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>
2017-08-23 11:54:10 +02:00
..
fuse soc/tegra: Restrict SoC device registration to Tegra 2017-08-23 11:54:10 +02:00
common.c soc/tegra: Add Tegra210 support 2015-07-16 09:47:59 +02:00
flowctrl.c soc/tegra: flowctrl: Fix error handling 2017-06-13 16:47:44 +02:00
Kconfig soc/tegra: Register SoC device 2017-08-17 16:43:13 +02:00
Makefile soc/tegra: bpmp: Implement generic PM domains 2017-06-13 15:23:29 +02:00
pmc-tegra186.c soc/tegra: Implement Tegra186 PMC support 2017-04-04 15:43:50 +02:00
pmc.c soc/tegra: Fix bad of_node_put() in powergate init 2017-07-31 12:08:55 +02:00
powergate-bpmp.c soc/tegra: bpmp: Implement generic PM domains 2017-06-13 15:23:29 +02:00