diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 460da22a005c..46640c0ddc0f 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -756,6 +756,10 @@ int __init omap_clk_init(void) | |||
756 | ti_clk_init_features(); | 756 | ti_clk_init_features(); |
757 | 757 | ||
758 | if (of_have_populated_dt()) { | 758 | if (of_have_populated_dt()) { |
759 | ret = omap_control_init(); | ||
760 | if (ret) | ||
761 | return ret; | ||
762 | |||
759 | ret = omap_prcm_init(); | 763 | ret = omap_prcm_init(); |
760 | if (ret) | 764 | if (ret) |
761 | return ret; | 765 | return ret; |