diff options
author | Tero Kristo <t-kristo@ti.com> | 2013-07-19 11:36:01 +0300 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-17 12:35:41 -0800 |
commit | 45622e2162b6d5907006f4595f2ac862afe1dfb5 (patch) | |
tree | 93b492bc3c97404b7cd4f798440cf088e72425e9 /arch/arm | |
parent | 251a449dd3290d5af35da1113e155a37bf8b3ece (diff) | |
download | linux-45622e2162b6d5907006f4595f2ac862afe1dfb5.tar.gz linux-45622e2162b6d5907006f4595f2ac862afe1dfb5.tar.bz2 linux-45622e2162b6d5907006f4595f2ac862afe1dfb5.zip |
CLK: TI: add am33xx clock init file
clk-33xx.c now contains the clock init functionality for am33xx, including
DT clock registration and adding of static clkdev entries.
This patch also moves the omap2_clk_enable_init_clocks declaration to
the driver include, as this is needed by the am33xx clock init code.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Nishanth Menon <nm@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index b83fca6bc227..1da9dc32fa4e 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -249,7 +249,6 @@ void omap2_clk_dflt_find_idlest(struct clk_hw_omap *clk, int omap2_clk_enable_autoidle_all(void); int omap2_clk_allow_idle(struct clk *clk); int omap2_clk_deny_idle(struct clk *clk); -void omap2_clk_enable_init_clocks(const char **clk_names, u8 num_clocks); int omap2_clk_switch_mpurate_at_boot(const char *mpurate_ck_name); void omap2_clk_print_new_rates(const char *hfclkin_ck_name, const char *core_ck_name, |