diff options
author | Prashant Gaikwad <pgaikwad@nvidia.com> | 2012-09-13 13:34:33 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-09-13 21:34:29 +0400 |
commit | b4350f40f73b75efdceae3d9e04266979acabd8c (patch) | |
tree | c2d470788d873f102733dad363f973e8ae8c9216 /arch/arm/mach-tegra/tegra20_clocks.h | |
parent | ce32ddaa7087da7c9d43751db423281711a1ff2e (diff) | |
download | linux-b4350f40f73b75efdceae3d9e04266979acabd8c.tar.xz |
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.h | 1 |
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 0e42ec065d4a..8bfd31bcc490 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; extern struct clk_ops tegra_audio_sync_clk_ops; extern struct clk_ops tegra_super_ops; extern struct clk_ops tegra_cpu_ops; +extern struct clk_ops tegra_twd_ops; extern struct clk_ops tegra_cop_ops; extern struct clk_ops tegra_bus_ops; extern struct clk_ops tegra_blink_clk_ops; |