diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-24 16:06:34 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-05-28 12:30:02 +0300 |
commit | 4d008589e271e28eae728eef7f5fb1f658f12b9f (patch) | |
tree | 8b30eee15659aa978c5b452b65647662cc90c8c3 /arch/arm | |
parent | aa76fcf473f6bfa839f37f77b6fdb71f0fb88d8f (diff) | |
download | blackbird-obmc-linux-4d008589e271e28eae728eef7f5fb1f658f12b9f.tar.gz blackbird-obmc-linux-4d008589e271e28eae728eef7f5fb1f658f12b9f.zip |
CLK: TI: APLL: add support for omap2 aplls
This patch adds support for omap2 type aplls, which have gating and
autoidle functionality.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index f6e9904d7a75..eb441d137843 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -178,17 +178,6 @@ struct clksel { const struct clksel_rate *rates; }; -struct clk_hw_omap_ops { - void (*find_idlest)(struct clk_hw_omap *oclk, - void __iomem **idlest_reg, - u8 *idlest_bit, u8 *idlest_val); - void (*find_companion)(struct clk_hw_omap *oclk, - void __iomem **other_reg, - u8 *other_bit); - void (*allow_idle)(struct clk_hw_omap *oclk); - void (*deny_idle)(struct clk_hw_omap *oclk); -}; - unsigned long omap_fixed_divisor_recalc(struct clk_hw *hw, unsigned long parent_rate); |