Hi Peter,

Peter Barada <[email protected]> writes:

> I have a brf6300 that requires sys_clkout1, and I have it working fine
> right now, but if I enable CONFIG_OMAP_RESET_CLOCKS, then
> sys_clkou1 is disabled.

Yes, any unused clocks will be disabled.  Where "unused" means it has a
zero use-count (nobody has called clk_enable)

> How do I tell the system that I need sys_clkout1 enabled for the
> brf6300 chip to work?  Should I use "clk = clk_get(NULL,
> "sys_clkout1"); clk_enable(clk)'"?

Yes.

Did that not work for you?

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to