On 25-07-19, 12:41, Niklas Cassel wrote: > When using performance states, there is usually not any opp-hz property > specified, so the dev_pm_opp_find_freq_exact() function cannot be used. Removed above two lines while applying. > Since the performance states in the OPP table are unique, implement a > dev_pm_opp_find_level_exact() in order to be able to fetch a specific OPP. > > Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx> > --- > drivers/opp/core.c | 48 ++++++++++++++++++++++++++++++++++++++++++ > include/linux/pm_opp.h | 8 +++++++ > 2 files changed, 56 insertions(+) -- viresh