diff options
author | Colin Cross <ccross@android.com> | 2011-04-07 15:47:13 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 00:47:42 -0700 |
commit | 8b2b7663e67cf277ede2dbdf57dc0efde4057288 (patch) | |
tree | 2fac4af6acc716a4b060266f398bc8c66ed06733 /include | |
parent | 72408f45f6fb5a379adef43aec0f889fc8a57435 (diff) |
ARM: tegra: Add dvfs
Change-Id: I865e52cae592507c642b92dde3a8293db2d0228f
Signed-off-by: Colin Cross <ccross@android.com>
Rebase-Id: Ra589d56e7edf4d534c5dc4a831657532bb501038
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clk/tegra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h index d3c34a6d6474..4f0019460518 100644 --- a/include/linux/clk/tegra.h +++ b/include/linux/clk/tegra.h @@ -146,7 +146,11 @@ static inline void tegra_clocks_init(void) static inline void tegra_clocks_apply_init_table(void) {} +struct dvfs; + +int tegra_dvfs_set_rate(struct clk *c, unsigned long rate); unsigned long clk_get_rate_all_locked(struct clk *c); +int tegra_dvfs_rail_disable_by_name(const char *reg_id); int tegra_clk_cfg_ex(struct clk *c, enum tegra_clk_ex_param p, u32 setting); #endif |