diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-06 15:34:32 +0300 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 12:03:40 +0300 |
commit | 4e3870f3f62b18d92ff1ec5e7ff408afed0766f0 (patch) | |
tree | b8dc89fbd7d1981a14157326b4bcdb8014547f82 /arch/arm/mach-omap2/prm44xx.c | |
parent | e9f1ddcdec54d32892a0a749de017a39c6c84beb (diff) | |
download | linux-4e3870f3f62b18d92ff1ec5e7ff408afed0766f0.tar.xz |
ARM: OMAP4+: PRM: move omap_prm_base_init under OMAP4 PRM driver
There is no need to call this separately from io.c, rather this can be
done commonly under the PRM driver.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/prm44xx.c')
-rw-r--r-- | arch/arm/mach-omap2/prm44xx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/prm44xx.c b/arch/arm/mach-omap2/prm44xx.c index 1af0137e8283..6f647f698467 100644 --- a/arch/arm/mach-omap2/prm44xx.c +++ b/arch/arm/mach-omap2/prm44xx.c @@ -705,6 +705,8 @@ static struct prm_ll_data omap44xx_prm_ll_data = { int __init omap44xx_prm_init(void) { + omap_prm_base_init(); + if (cpu_is_omap44xx() || soc_is_omap54xx() || soc_is_dra7xx()) prm_features |= PRM_HAS_IO_WAKEUP; |