diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index f14f9ac2dca1..4e2df49991ad 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -609,6 +609,7 @@ void __init am43xx_init_early(void) | |||
609 | am43xx_clockdomains_init(); | 609 | am43xx_clockdomains_init(); |
610 | am43xx_hwmod_init(); | 610 | am43xx_hwmod_init(); |
611 | omap_hwmod_init_postsetup(); | 611 | omap_hwmod_init_postsetup(); |
612 | omap_l2_cache_init(); | ||
612 | omap_clk_soc_init = am43xx_dt_clk_init; | 613 | omap_clk_soc_init = am43xx_dt_clk_init; |
613 | } | 614 | } |
614 | 615 | ||
@@ -640,6 +641,7 @@ void __init omap4430_init_early(void) | |||
640 | omap44xx_clockdomains_init(); | 641 | omap44xx_clockdomains_init(); |
641 | omap44xx_hwmod_init(); | 642 | omap44xx_hwmod_init(); |
642 | omap_hwmod_init_postsetup(); | 643 | omap_hwmod_init_postsetup(); |
644 | omap_l2_cache_init(); | ||
643 | omap_clk_soc_init = omap4xxx_dt_clk_init; | 645 | omap_clk_soc_init = omap4xxx_dt_clk_init; |
644 | } | 646 | } |
645 | 647 | ||