diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-06 07:34:32 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 05:03:40 -0400 |
commit | 4e3870f3f62b18d92ff1ec5e7ff408afed0766f0 (patch) | |
tree | b8dc89fbd7d1981a14157326b4bcdb8014547f82 /arch/arm/mach-omap2/prm44xx.c | |
parent | e9f1ddcdec54d32892a0a749de017a39c6c84beb (diff) |
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 = { | |||
705 | 705 | ||
706 | int __init omap44xx_prm_init(void) | 706 | int __init omap44xx_prm_init(void) |
707 | { | 707 | { |
708 | omap_prm_base_init(); | ||
709 | |||
708 | if (cpu_is_omap44xx() || soc_is_omap54xx() || soc_is_dra7xx()) | 710 | if (cpu_is_omap44xx() || soc_is_omap54xx() || soc_is_dra7xx()) |
709 | prm_features |= PRM_HAS_IO_WAKEUP; | 711 | prm_features |= PRM_HAS_IO_WAKEUP; |
710 | 712 | ||