diff options
Diffstat (limited to 'include/linux')
| -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 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 */ | ||
| 221 | enum { | ||
| 222 | TI_CLKM_CM = 0, | ||
| 223 | TI_CLKM_PRM, | ||
| 224 | TI_CLKM_SCRM, | ||
| 225 | }; | ||
| 226 | |||
| 220 | typedef void (*ti_of_clk_init_cb_t)(struct clk_hw *, struct device_node *); | 227 | typedef 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; | |||
| 348 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; | 355 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait; |
| 349 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; | 356 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait; |
| 350 | 357 | ||
| 358 | int omap3430_clk_legacy_init(void); | ||
| 359 | int omap3430es1_clk_legacy_init(void); | ||
| 360 | int omap36xx_clk_legacy_init(void); | ||
| 361 | int am35xx_clk_legacy_init(void); | ||
| 362 | |||
| 351 | #endif | 363 | #endif |
