summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/tegra30_clocks.h
diff options
context:
space:
mode:
authorJoseph Lo <josephl@nvidia.com>2012-10-29 11:25:29 +0100
committerStephen Warren <swarren@nvidia.com>2012-11-05 19:36:22 +0100
commitd534b5d4a530d2d1597c3ffb9e896a3499da6172 (patch)
tree0aea20ae49923d70ad7322fb5f5534386027e7c0 /arch/arm/mach-tegra/tegra30_clocks.h
parentARM: tegra: set up wlan clocks for tegra dt (diff)
downloadlinux-d534b5d4a530d2d1597c3ffb9e896a3499da6172.tar.xz
linux-d534b5d4a530d2d1597c3ffb9e896a3499da6172.zip
ARM: tegra30: clocks: add AHB and APB clocks
Adding the AHB and APB bus clock for Tegra30. Signed-off-by: Joseph Lo <josephl@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra30_clocks.h')
-rw-r--r--arch/arm/mach-tegra/tegra30_clocks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra30_clocks.h b/arch/arm/mach-tegra/tegra30_clocks.h
index f2f88fef6b8b..7a34adb2f72d 100644
--- a/arch/arm/mach-tegra/tegra30_clocks.h
+++ b/arch/arm/mach-tegra/tegra30_clocks.h
@@ -34,6 +34,7 @@ extern struct clk_ops tegra_clk_out_ops;
extern struct clk_ops tegra30_super_ops;
extern struct clk_ops tegra30_blink_clk_ops;
extern struct clk_ops tegra30_twd_ops;
+extern struct clk_ops tegra30_bus_ops;
extern struct clk_ops tegra30_periph_clk_ops;
extern struct clk_ops tegra30_dsib_clk_ops;
extern struct clk_ops tegra_nand_clk_ops;