diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-19 09:13:57 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 05:03:44 -0400 |
commit | b22df89fcc470f27ac442b5c0e8cdfc21d51de9b (patch) | |
tree | dc62406d947f669978dbf5326c15a134d9af49dd /arch/arm | |
parent | 66db6428d5dccac9f38d92d521a9b3de8d9d0b0b (diff) |
ARM: OMAP4: PRM: move omap4xxx_prm_init earlier in init order
OMAP4 has different ordering of PRM and CM init calls in the early init.
Re-oder these accordingly for OMAP4 also. This is needed so that we
can do some optimizations in the following patches for the PRCM init.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 364b530bf029..460da22a005c 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -654,9 +654,9 @@ void __init omap4430_init_early(void) | |||
654 | omap2_set_globals_prcm_mpu(OMAP2_L4_IO_ADDRESS(OMAP4430_PRCM_MPU_BASE)); | 654 | omap2_set_globals_prcm_mpu(OMAP2_L4_IO_ADDRESS(OMAP4430_PRCM_MPU_BASE)); |
655 | omap4xxx_check_revision(); | 655 | omap4xxx_check_revision(); |
656 | omap4xxx_check_features(); | 656 | omap4xxx_check_features(); |
657 | omap44xx_prm_init(); | ||
657 | omap4_cm_init(); | 658 | omap4_cm_init(); |
658 | omap4_pm_init_early(); | 659 | omap4_pm_init_early(); |
659 | omap44xx_prm_init(); | ||
660 | omap44xx_voltagedomains_init(); | 660 | omap44xx_voltagedomains_init(); |
661 | omap44xx_powerdomains_init(); | 661 | omap44xx_powerdomains_init(); |
662 | omap44xx_clockdomains_init(); | 662 | omap44xx_clockdomains_init(); |