Query regarding clk framework - from .set_rate api

Rajendra Nayak rnayak at ti.com
Mon Apr 1 06:44:17 EDT 2013


> 
> Where, the clk_set_rate() seems to be not working, and that's true
> with the current implementation of OMAP/AM33xx clock tree,
> as the CLK_SET_RATE_PARENT flag is not set to any of the clock nodes.
> 
> Please note that I am using DEFINE_STRUCT_CLK() macro for defining clocks
> And which doesn't allow you to specify the flags.

Use DEFINE_STRUCT_CLK_FLAGS() then. Its already used in AM33xx clock tree.



More information about the linux-arm-kernel mailing list