diff options
author | Tero Kristo | 2014-11-20 14:02:59 +0100 |
---|---|---|
committer | Tero Kristo | 2015-03-31 20:26:36 +0200 |
commit | ab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d (patch) | |
tree | d4d34e048713a8f7029ec525118469b7a79d35d8 /arch/arm/mach-omap2/prm.h | |
parent | ARM: OMAP2+: control: determine control module base address from DT (diff) | |
download | kernel-qcow2-linux-ab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d.tar.gz kernel-qcow2-linux-ab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d.tar.xz kernel-qcow2-linux-ab7b2ffcf576a49b51c240dcd68ca4b7cd60b84d.zip |
ARM: OMAP2+: PRM: move SoC specific init calls within a generic API
This gets rid of need for some exported driver APIs, and simplifies the
initialization of the PRM driver. Done in preparation to make PRM a
separate driver. The init data is now also passed to the SoC specific
implementations, allowing future expansion to add feature flags etc.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm.h')
-rw-r--r-- | arch/arm/mach-omap2/prm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm.h b/arch/arm/mach-omap2/prm.h index 670733365287..3936e6c38cea 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/prm.h @@ -21,6 +21,7 @@ extern u16 prm_features; extern void omap2_set_globals_prm(void __iomem *prm); int omap_prcm_init(void); int omap2_prm_base_init(void); +int omap2_prcm_base_init(void); # endif /* |