summaryrefslogtreecommitdiff
path: root/drivers/firmware/tegra/bpmp-private.h
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2019-01-24 19:03:54 +0200
committerThierry Reding <treding@nvidia.com>2019-01-25 15:58:47 +0100
commit139251fc220830cc49b71331d281a8ad03a08ab7 (patch)
tree78c77de78f1da98ba29834e45cf81f0eeffaf1a9 /drivers/firmware/tegra/bpmp-private.h
parentcdfa358b248efd36c6a9cb4d4d0a3ba7509f8387 (diff)
firmware: tegra: add bpmp driver for Tegra210
This patch adds driver for Tegra210 BPMP firmware. The BPMP is a specific processor in Tegra210 chip, which runs firmware for assisting in entering deep low power states (suspend to ram), and offloading DRAM memory clock scaling on some platforms. Based on work by Sivaram Nair <sivaramn@nvidia.com> Signed-off-by: Timo Alho <talho@nvidia.com> Acked-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/firmware/tegra/bpmp-private.h')
-rw-r--r--drivers/firmware/tegra/bpmp-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firmware/tegra/bpmp-private.h b/drivers/firmware/tegra/bpmp-private.h
index 6fb10f1cfb8f..07c3d46abb87 100644
--- a/drivers/firmware/tegra/bpmp-private.h
+++ b/drivers/firmware/tegra/bpmp-private.h
@@ -24,5 +24,6 @@ struct tegra_bpmp_ops {
};
extern const struct tegra_bpmp_ops tegra186_bpmp_ops;
+extern const struct tegra_bpmp_ops tegra210_bpmp_ops;
#endif