summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/dvfs.h
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2013-12-26 20:33:11 -0800
committerTom Cherry <tcherry@nvidia.com>2014-01-21 20:27:51 -0800
commit67244fe0fea24651444f14848dbf3b05be7aaeea (patch)
tree567192517c2227bbd05587fdf80a0f34d1dae01f /arch/arm/mach-tegra/dvfs.h
parent3840fe455b1b1c1a785d4d6fde57cf2404a60fe3 (diff)
Tegra13: DVFS: Update for adding separate dvfs and speedo file
Update Makefile and other supporting files for adding separate dvfs and speedo files Change-Id: Ifb7f9baa596a413164da7b3491f621820c9d9d88 Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/350003 Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com> Tested-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/dvfs.h')
-rw-r--r--arch/arm/mach-tegra/dvfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/dvfs.h b/arch/arm/mach-tegra/dvfs.h
index 93b87919ffe2..6e294ef921b4 100644
--- a/arch/arm/mach-tegra/dvfs.h
+++ b/arch/arm/mach-tegra/dvfs.h
@@ -229,6 +229,7 @@ static inline int of_tegra_dvfs_init(const struct of_device_id *matches)
void tegra11x_init_dvfs(void);
void tegra12x_init_dvfs(void);
+void tegra13x_init_dvfs(void);
void tegra14x_init_dvfs(void);
void tegra12x_vdd_cpu_align(int step_uv, int offset_uv);
int tegra_enable_dvfs_on_clk(struct clk *c, struct dvfs *d);