commit | aee3352f6ecf8cfad1f1ee5838cfc4d37c6b8f75 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Mon Jul 04 13:45:08 2022 +0530 |
committer | Viresh Kumar <viresh.kumar@linaro.org> | Fri Jul 08 11:27:49 2022 +0530 |
tree | 9563cb20adcf0ebb8d6587f50558972cdc94bbad | |
parent | 298098e55a6fcc176a5af52cd689f33577ead5ca [diff] |
OPP: Add support for config_regulators() helper Extend the dev_pm_opp_set_config() interface to allow adding config_regulators() helpers. This helper will be called to set the voltages of the regulators from the regular path in _set_opp(), while we are trying to change the OPP. This will eventually replace the custom set_opp() helper. Tested-by: Dmitry Osipenko <dmitry.osipenko@collabora.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>