summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-11-11 16:54:48 +0300
committerThierry Reding <treding@nvidia.com>2019-11-11 16:54:48 +0300
commit3feb4a3cf0f8542ed00f4b257c842ffad8008b4e (patch)
treebe73d10696c66a0849a5d43f399ba4978b218a64 /include/linux
parent54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c (diff)
parented1a2459e20c0dfc9d184230c480ace439bececb (diff)
downloadlinux-3feb4a3cf0f8542ed00f4b257c842ffad8008b4e.tar.xz
Merge branch 'for-5.5/clk' into for-5.5/memory
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk/tegra.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h
index b8aef62cc3f5..6a7cbc3cfadc 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -119,4 +119,15 @@ extern void tegra210_put_utmipll_in_iddq(void);
extern void tegra210_put_utmipll_out_iddq(void);
extern int tegra210_clk_handle_mbist_war(unsigned int id);
+struct clk;
+
+typedef long (tegra20_clk_emc_round_cb)(unsigned long rate,
+ unsigned long min_rate,
+ unsigned long max_rate,
+ void *arg);
+
+void tegra20_clk_set_emc_round_callback(tegra20_clk_emc_round_cb *round_cb,
+ void *cb_arg);
+int tegra20_clk_prepare_emc_mc_same_freq(struct clk *emc_clk, bool same);
+
#endif /* __LINUX_CLK_TEGRA_H_ */