aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 55ef529a0dbf..13a20bf9e1a5 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -217,6 +217,13 @@ struct ti_dt_clk {
217/* Maximum number of clock memmaps */ 217/* Maximum number of clock memmaps */
218#define CLK_MAX_MEMMAPS 4 218#define CLK_MAX_MEMMAPS 4
219 219
220/* Static memmap indices */
221enum {
222 TI_CLKM_CM = 0,
223 TI_CLKM_PRM,
224 TI_CLKM_SCRM,
225};
226
220typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *); 227typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *);
221 228
222/** 229/**
@@ -348,4 +355,9 @@ extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait;
348extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; 355extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
349extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; 356extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
350 357
358int omap3430_clk_legacy_init(void);
359int omap3430es1_clk_legacy_init(void);
360int omap36xx_clk_legacy_init(void);
361int am35xx_clk_legacy_init(void);
362
351#endif 363#endif