commit | f0b88fa45595254fa51427bd8ca321732e2eb73d | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Jan 21 16:00:12 2021 +0530 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Tue Feb 02 10:27:58 2021 +0530 |
tree | d95995c3117f3df50deab28378b364a919001f49 | |
parent | 386ba854d9f3163aed0119b167a874169410d8bc [diff] |
opp: Allow _set_opp() to work for non-freq devices The _set_opp() helper will be used for devices which don't change frequency (like power domains, etc.) later on, prepare for that by not relying on frequency for making decisions here. While at it, also update the debug print to contain all relevant information. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Tested-by: Dmitry Osipenko <digetx@gmail.com>