commit | 688a48b0d27000167e0450bc1243e29a560395ca | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Tue May 23 09:32:12 2017 +0530 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Jun 22 03:15:30 2017 +0200 |
tree | c1cc28e5ce664efed6abad22bcda8c3b1a44d92e | |
parent | 478256bddb0323898694bd22acdf42a70d4ff024 [diff] |
PM / OPP: opp-microvolt is not optional if regulators are set If dev_pm_opp_set_regulators() is called for a device and its regulators are set in the OPP core, the OPP nodes for the device must contain the "opp-microvolt" property, otherwise there is something wrong and we better error out. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>