aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/clk/ti.h12
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 */
222enum {
223 TI_CLKM_CM = 0,
224 TI_CLKM_PRM,
225 TI_CLKM_SCRM,
226};
227
221typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *); 228typedef 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;
349extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; 356extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
350extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; 357extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
351 358
359int omap3430_clk_legacy_init(void);
360int omap3430es1_clk_legacy_init(void);
361int omap36xx_clk_legacy_init(void);
362int am35xx_clk_legacy_init(void);
363
352#endif 364#endif