summaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-11-26 18:50:04 +0100
committerKrzysztof Kozlowski <krzk@kernel.org>2020-11-26 18:50:14 +0100
commit7f3cdaf795dbc4a270d3af304e7eb8d6234b5f07 (patch)
tree7a04de9572c0e611f424f3fe2246b94f3b8c5ede /include/soc
parentdt-bindings: host1x: Document new interconnect properties (diff)
parentsoc/tegra: fuse: Add stub for tegra_sku_info (diff)
downloadlinux-7f3cdaf795dbc4a270d3af304e7eb8d6234b5f07.tar.xz
linux-7f3cdaf795dbc4a270d3af304e7eb8d6234b5f07.zip
Merge tag 'tegra-soc-clk-drivers-5.11' into for-v5.11/tegra-mc
Tegra SoC and clock controller changes for v5.11 Export symbols and add stubs necessary for upcoming modified Tegra memory controller drivers (touching also devfreq and interconnect). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/tegra/fuse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
index c702bd2911bc..78cbc787a4dc 100644
--- a/include/soc/tegra/fuse.h
+++ b/include/soc/tegra/fuse.h
@@ -56,7 +56,11 @@ u32 tegra_read_straps(void);
u32 tegra_read_ram_code(void);
int tegra_fuse_readl(unsigned long offset, u32 *value);
+#ifdef CONFIG_ARCH_TEGRA
extern struct tegra_sku_info tegra_sku_info;
+#else
+static struct tegra_sku_info tegra_sku_info __maybe_unused;
+#endif
struct device *tegra_soc_device_register(void);