Skip to content

Commit

Permalink
ARM: AM43xx: Enable clock init
Browse files Browse the repository at this point in the history
Initializes clock data from device tree.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
  • Loading branch information
Tero Kristo authored and Mike Turquette committed Jan 17, 2014
1 parent f1cf498 commit d22031e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-omap2/io.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ void __init am43xx_init_early(void)
am43xx_clockdomains_init();
am43xx_hwmod_init();
omap_hwmod_init_postsetup();
omap_clk_soc_init = am43xx_dt_clk_init;
}

void __init am43xx_init_late(void)
Expand Down

0 comments on commit d22031e

Please sign in to comment.