[RFC 11/24] ARM: omap: clk: list all clk_hw_omap clks to enable/disable autoidle
Tony Lindgren
tony at atomide.com
Mon Jun 4 01:44:18 EDT 2012
* Rajendra Nayak <rnayak at ti.com> [120601 05:12]:
> @@ -359,6 +391,8 @@ const struct clk_hw_omap_ops clkhwops_wait = {
> .find_idlest = omap2_clk_dflt_find_idlest,
> .find_companion = omap2_clk_dflt_find_companion,
> };
> +late_initcall(omap2_clk_enable_autoidle_all);
With -rc1, the SoC specific late_initcalls need to be called from
*_init_late that are in mach-omap2/io.c for omap2+.
Regards,
Tony
More information about the linux-arm-kernel
mailing list