summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorNaveen Kumar Arepalli <naveenk@nvidia.com>2014-01-07 10:18:53 +0530
committerBitan Biswas <bbiswas@nvidia.com>2014-02-06 20:14:21 -0800
commit1c92be1a06a6ccb944dbcc755dd3434e74ccaca1 (patch)
tree2b752aa3e04e16d0e93637dd93e9b2e7d0512fbf /arch/arm/mach-tegra/dvfs.h
parentf299a1bcc3c6844c0d696233f1d80fddd01701c1 (diff)
ARM: tegra: dvfs: Predict required voltage for a given freq
Export the tegra_dvfs_predict_millivolts interface to drivers to be used during tuning and getting the minimum core voltage for a given frequency. Bug 1423429 Reviewed-on: http://git-master/r/359374 (cherry picked from commit 363ba00eab262307efc02880db06b1c5fb67fa92) Change-Id: I9dbadd831fa2f5b940ffb305a25ab56de63eec6e Signed-off-by: Naveen Kumar Arepalli <naveenk@nvidia.com> Signed-off-by: R Raj Kumar <rrajk@nvidia.com> Reviewed-on: http://git-master/r/363809 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 63d673e216ac..3dd07945a08e 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -256,7 +256,6 @@ int tegra_dvfs_rail_unregister_notifier(struct dvfs_rail *rail,
struct notifier_block *nb);
struct dvfs_rail *tegra_dvfs_get_rail_by_name(const char *reg_id);
-int tegra_dvfs_predict_millivolts(struct clk *c, unsigned long rate);
int tegra_dvfs_predict_peak_millivolts(struct clk *c, unsigned long rate);
const int *tegra_dvfs_get_millivolts_pll(struct dvfs *d);