linux/drivers/soc/tegra/fuse
Arnd Bergmann d820100a1b soc/tegra: Fix build failure on Tegra241
If all the other SoCs are disabled, the driver fails to build:

drivers/soc/tegra/fuse/fuse-tegra30.c:684:17: error: 'tegra30_fuse_read' undeclared here (not in a function); did you mean 'tegra_fuse_readl'?
  684 |         .read = tegra30_fuse_read,
      |                 ^~~~~~~~~~~~~~~~~
      |                 tegra_fuse_readl
drivers/soc/tegra/fuse/fuse-tegra30.c:694:17: error: 'tegra30_fuse_init' undeclared here (not in a function); did you mean 'tegra_fuse_info'?
  694 |         .init = tegra30_fuse_init,
      |                 ^~~~~~~~~~~~~~~~~

Fix the list of SoCs using this function to include the newly added one.

Fixes: dee509eb9cd5 ("soc/tegra: fuse: Add support for Tegra241")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Kartik <kkartik@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2024-02-01 16:03:18 +01:00
..
fuse-tegra.c soc/tegra: fuse: Fix crash in tegra_fuse_readl() 2024-02-01 15:58:20 +01:00
fuse-tegra20.c soc/tegra: Explicitly include correct DT includes 2023-07-21 17:12:19 +02:00
fuse-tegra30.c soc/tegra: Fix build failure on Tegra241 2024-02-01 16:03:18 +01:00
fuse.h soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241 2024-02-01 15:58:05 +01:00
Makefile
speedo-tegra20.c
speedo-tegra30.c
speedo-tegra114.c
speedo-tegra124.c
speedo-tegra210.c
tegra-apbmisc.c soc/tegra: fuse: Add support for Tegra241 2024-02-01 15:58:05 +01:00