diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-11 18:17:18 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-27 11:55:58 +0300 |
commit | ae521d4d9c54995df1e0fb53ef6820374a3cae4e (patch) | |
tree | 977166d09c5836b2c6a87019667d11da96e6246f /arch/arm/mach-omap2/prm.h | |
parent | 5970ca2db960b2c14e077d27950e402e063298e6 (diff) | |
download | linux-ae521d4d9c54995df1e0fb53ef6820374a3cae4e.tar.xz |
ARM: OMAP2+: PRM: determine PRM base address from device tree
There is no need to provide the PRM base address through a low-level API
from the low-level IO init, as this information is available through DT.
Re-routed the parsing function to be called from the PRM drivers also to
simplify the implementation under io.c.
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 4e390ec0ed85..6d0a808f33f7 100644 --- a/arch/arm/mach-omap2/prm.h +++ b/arch/arm/mach-omap2/prm.h @@ -20,6 +20,7 @@ extern void __iomem *prm_base; extern u16 prm_features; extern void omap2_set_globals_prm(void __iomem *prm); int omap_prcm_init(void); +int omap2_prm_base_init(void); void omap3_prcm_legacy_iomaps_init(void); # endif |