diff options
author | Michael Turquette <mturquette@linaro.org> | 2015-01-30 13:57:21 -0500 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-02-02 17:23:33 -0500 |
commit | fe767560523d7556cb11fef466adf4b10141d73b (patch) | |
tree | d70e4a3b6539f21eb675adce10ad965b95ed4dfe /include | |
parent | 035a61c314eb3dab5bcc5683afaf4d412689858a (diff) | |
parent | d6540b1937192271a11ee02c3d197ddc39090257 (diff) |
Merge branch 'clk-omap-legacy' into clk-next
Conflicts:
arch/arm/mach-omap2/cclock3xxx_data.c
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/clk/ti.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index 172d13fd8bea..310122dcd9b5 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
@@ -218,6 +218,13 @@ struct ti_dt_clk { | |||
218 | /* Maximum number of clock memmaps */ | 218 | /* Maximum number of clock memmaps */ |
219 | #define CLK_MAX_MEMMAPS 4 | 219 | #define CLK_MAX_MEMMAPS 4 |
220 | 220 | ||
221 | /* Static memmap indices */ | ||
222 | enum { | ||
223 | TI_CLKM_CM = 0, | ||
224 | TI_CLKM_PRM, | ||
225 | TI_CLKM_SCRM, | ||
226 | }; | ||
227 | |||
221 | typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *); | 228 | typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *); |
222 | 229 | ||
223 | /** | 230 | /** |
@@ -349,4 +356,9 @@ extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait; | |||
349 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; | 356 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; |
350 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; | 357 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; |
351 | 358 | ||
359 | int omap3430_clk_legacy_init(void); | ||
360 | int omap3430es1_clk_legacy_init(void); | ||
361 | int omap36xx_clk_legacy_init(void); | ||
362 | int am35xx_clk_legacy_init(void); | ||
363 | |||
352 | #endif | 364 | #endif |