aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
authorRajendra Nayak <rnayak@ti.com>2012-11-06 17:41:08 -0500
committerPaul Walmsley <paul@pwsan.com>2012-11-12 21:10:20 -0500
commitcb26867ee24a7e32ab72ec28e43456c7571c059a (patch)
treeaaa2d1e32d51014b2a5b7ed32602be8f5178b490 /arch/arm/mach-omap2/clock.h
parent8c725dcd2246e8500a6fdd394ef4cb0cf96f2217 (diff)
ARM: OMAP4: clock: Add 44xx data using common struct clk
This patch is output from updated omap hw data autogeneration scripts mostly contributed by Mike Turquette, with some later fixes from me. All data is added into a new cclock44xx_data.c file which will be switched with clock44xx_data.c file in a later patch. Signed-off-by: Rajendra Nayak <rnayak@ti.com> [paul@pwsan.com: replace omap2_init_clksel_parent() with omap2_clksel_find_parent_index(); reflowed macros; updated DEFINE_STRUCT_CLK_HW_OMAP macro to include clkdm_name; use macros for clksel mux+gate clocks; many other fixes] [mturquette@ti.com: converted DPLL outputs to HSDIVIDER macro; trace_clk_div_ck has clkdm ops] Signed-off-by: Mike Turquette <mturquette@ti.com> [paul@pwsan.com: fixed the omap-gpmc.fck alias per commit a2e5b90b; fixed several checkpatch issues; moved the dpll3xxx.c clockdomain modifications to another patch] Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r--arch/arm/mach-omap2/clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h
index ec63f015e60e..e1aa9c50d02f 100644
--- a/arch/arm/mach-omap2/clock.h
+++ b/arch/arm/mach-omap2/clock.h
@@ -641,6 +641,7 @@ extern const struct clksel_rate gpt_32k_rates[];
641extern const struct clksel_rate gpt_sys_rates[]; 641extern const struct clksel_rate gpt_sys_rates[];
642extern const struct clksel_rate gfx_l3_rates[]; 642extern const struct clksel_rate gfx_l3_rates[];
643extern const struct clksel_rate dsp_ick_rates[]; 643extern const struct clksel_rate dsp_ick_rates[];
644extern struct clk dummy_ck;
644 645
645#ifdef CONFIG_COMMON_CLK 646#ifdef CONFIG_COMMON_CLK
646extern const struct clk_hw_omap_ops clkhwops_omap3_dpll; 647extern const struct clk_hw_omap_ops clkhwops_omap3_dpll;
@@ -673,6 +674,7 @@ extern const struct clkops clkops_omap4_dpllmx_ops;
673 674
674/* clksel_rate blocks shared between OMAP44xx and AM33xx */ 675/* clksel_rate blocks shared between OMAP44xx and AM33xx */
675extern const struct clksel_rate div_1_0_rates[]; 676extern const struct clksel_rate div_1_0_rates[];
677extern const struct clksel_rate div3_1to4_rates[];
676extern const struct clksel_rate div_1_1_rates[]; 678extern const struct clksel_rate div_1_1_rates[];
677extern const struct clksel_rate div_1_2_rates[]; 679extern const struct clksel_rate div_1_2_rates[];
678extern const struct clksel_rate div_1_3_rates[]; 680extern const struct clksel_rate div_1_3_rates[];