diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-03-12 17:33:45 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-27 09:55:56 +0100 |
commit | fe87414f71d0035756cf91a80ac256557d16b488 (patch) | |
tree | f9808093ca44fa2cd7f7c43182c171052945ab85 /arch/arm/mach-omap2/cm.h | |
parent | ARM: OMAP2+: clock: move clock provider infrastructure to clock driver (diff) | |
download | linux-fe87414f71d0035756cf91a80ac256557d16b488.tar.xz linux-fe87414f71d0035756cf91a80ac256557d16b488.zip |
ARM: OMAP2+: PRCM: split PRCM module init to their own driver files
Splits the clock related provider module inits under their own driver files.
Previously this was done for all modules under the common PRM driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm.h')
-rw-r--r-- | arch/arm/mach-omap2/cm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm.h b/arch/arm/mach-omap2/cm.h index 6222e87a79b6..748ac338812b 100644 --- a/arch/arm/mach-omap2/cm.h +++ b/arch/arm/mach-omap2/cm.h @@ -70,6 +70,7 @@ int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs); int omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs); extern int cm_register(struct cm_ll_data *cld); extern int cm_unregister(struct cm_ll_data *cld); +int omap_cm_init(void); # endif |