aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/tegra20_clocks.h
diff options
context:
space:
mode:
authorPrashant Gaikwad <pgaikwad@nvidia.com>2012-09-13 05:34:33 -0400
committerStephen Warren <swarren@nvidia.com>2012-09-13 13:34:29 -0400
commitb4350f40f73b75efdceae3d9e04266979acabd8c (patch)
treec2d470788d873f102733dad363f973e8ae8c9216 /arch/arm/mach-tegra/tegra20_clocks.h
parentce32ddaa7087da7c9d43751db423281711a1ff2e (diff)
ARM: Tegra: Add smp_twd clock for Tegra20
Clockevent's frequency is changed upon cpufreq change notification. It fetches local timer's rate to update the clockevent frequency. This patch adds local timer clock for Tegra20. Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra20_clocks.h')
-rw-r--r--arch/arm/mach-tegra/tegra20_clocks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra20_clocks.h b/arch/arm/mach-tegra/tegra20_clocks.h
index 0e42ec065d4..8bfd31bcc49 100644
--- a/arch/arm/mach-tegra/tegra20_clocks.h
+++ b/arch/arm/mach-tegra/tegra20_clocks.h
@@ -28,6 +28,7 @@ extern struct clk_ops tegra_cdev_clk_ops;
28extern struct clk_ops tegra_audio_sync_clk_ops; 28extern struct clk_ops tegra_audio_sync_clk_ops;
29extern struct clk_ops tegra_super_ops; 29extern struct clk_ops tegra_super_ops;
30extern struct clk_ops tegra_cpu_ops; 30extern struct clk_ops tegra_cpu_ops;
31extern struct clk_ops tegra_twd_ops;
31extern struct clk_ops tegra_cop_ops; 32extern struct clk_ops tegra_cop_ops;
32extern struct clk_ops tegra_bus_ops; 33extern struct clk_ops tegra_bus_ops;
33extern struct clk_ops tegra_blink_clk_ops; 34extern struct clk_ops tegra_blink_clk_ops;