diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index ed3e6e8f91df..e60780f05374 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -545,10 +545,12 @@ void __init ti814x_init_early(void) | |||
545 | omap2_set_globals_cm(OMAP2_L4_IO_ADDRESS(TI81XX_PRCM_BASE), NULL); | 545 | omap2_set_globals_cm(OMAP2_L4_IO_ADDRESS(TI81XX_PRCM_BASE), NULL); |
546 | omap3xxx_check_revision(); | 546 | omap3xxx_check_revision(); |
547 | ti81xx_check_features(); | 547 | ti81xx_check_features(); |
548 | am33xx_prm_init(); | ||
549 | am33xx_cm_init(); | ||
548 | omap3xxx_voltagedomains_init(); | 550 | omap3xxx_voltagedomains_init(); |
549 | omap3xxx_powerdomains_init(); | 551 | omap3xxx_powerdomains_init(); |
550 | ti81xx_clockdomains_init(); | 552 | ti81xx_clockdomains_init(); |
551 | omap3xxx_hwmod_init(); | 553 | ti81xx_hwmod_init(); |
552 | omap_hwmod_init_postsetup(); | 554 | omap_hwmod_init_postsetup(); |
553 | if (of_have_populated_dt()) | 555 | if (of_have_populated_dt()) |
554 | omap_clk_soc_init = ti81xx_dt_clk_init; | 556 | omap_clk_soc_init = ti81xx_dt_clk_init; |
@@ -564,10 +566,12 @@ void __init ti816x_init_early(void) | |||
564 | omap2_set_globals_cm(OMAP2_L4_IO_ADDRESS(TI81XX_PRCM_BASE), NULL); | 566 | omap2_set_globals_cm(OMAP2_L4_IO_ADDRESS(TI81XX_PRCM_BASE), NULL); |
565 | omap3xxx_check_revision(); | 567 | omap3xxx_check_revision(); |
566 | ti81xx_check_features(); | 568 | ti81xx_check_features(); |
569 | am33xx_prm_init(); | ||
570 | am33xx_cm_init(); | ||
567 | omap3xxx_voltagedomains_init(); | 571 | omap3xxx_voltagedomains_init(); |
568 | omap3xxx_powerdomains_init(); | 572 | omap3xxx_powerdomains_init(); |
569 | ti81xx_clockdomains_init(); | 573 | ti81xx_clockdomains_init(); |
570 | omap3xxx_hwmod_init(); | 574 | ti81xx_hwmod_init(); |
571 | omap_hwmod_init_postsetup(); | 575 | omap_hwmod_init_postsetup(); |
572 | if (of_have_populated_dt()) | 576 | if (of_have_populated_dt()) |
573 | omap_clk_soc_init = ti81xx_dt_clk_init; | 577 | omap_clk_soc_init = ti81xx_dt_clk_init; |