diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-10-27 16:39:25 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-10-27 16:39:25 +0100 |
commit | ab6c9bbf28e2b251a61261a95e99d588da73e9a6 (patch) | |
tree | 19e1225ce412e0611c88419d6e8b0d4ee3150837 /arch/arm/mach-omap2/cm44xx.h | |
parent | ARM: OMAP2+: PRM: add generic API for checking hardreset status (diff) | |
download | linux-ab6c9bbf28e2b251a61261a95e99d588da73e9a6.tar.xz linux-ab6c9bbf28e2b251a61261a95e99d588da73e9a6.zip |
ARM: OMAP4: CM: move public definitions from cminst44xx.h to cm44xx.h
cminst44xx.h will be removed, thus move the public APIs to cm44xx.h header.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Tested-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm44xx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm44xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm44xx.h b/arch/arm/mach-omap2/cm44xx.h index 3380beeace6e..728d06a4af19 100644 --- a/arch/arm/mach-omap2/cm44xx.h +++ b/arch/arm/mach-omap2/cm44xx.h @@ -23,4 +23,7 @@ #define OMAP4_CM_CLKSTCTRL 0x0000 #define OMAP4_CM_STATICDEP 0x0004 +void omap_cm_base_init(void); +int omap4_cm_init(void); + #endif |