Home
last modified time | relevance | path

Searched hist:"6 baee034cb55d53b74165d31c2371f0736c432e8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/opp/
H A Dti-opp-supply.cdiff 6baee034cb55d53b74165d31c2371f0736c432e8 Tue May 31 04:06:35 CDT 2022 Viresh Kumar <viresh.kumar@linaro.org> OPP: ti: Migrate to dev_pm_opp_set_config_regulators()

The OPP core now provides dev_pm_opp_set_config_regulators() interface,
which needs the platforms to just set the OPP voltages instead of both
clk and voltage. The clock is set by the OPP core instead and hence
reduces code redundancy.

Migrate the only user of the custom set_opp() to
dev_pm_opp_set_config_regulators().

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>