Add clk_list_freq() methods
This is needed for the interface between cpufreq and SCMI.
In the SCMI scenario available CPU frequencies are not described in the DTS file, we have to get them by querying SCMI.
Differential D37325
Add clk_list_freq() methods br on Nov 10 2022, 1:30 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions I don't think this feature is appropriate for a generic layer. Practically no physical clock can implement it. A PLL can typically produce trillions of discrete frequencies, which makes it practically impossible to enumerate. IMHO you should add it to scmi_clknode_methods as a custom function (with an appropriate prefix ) Simply create an .m file for the method definition and add this new method to the method table. Comment Actions Does it mean I don't need to alter extres/clk at all? |