Re: [PATCH v2 4/9] soc: qcom: geni-se: Remove OPP rate reset from resource deactivation
From: Konrad Dybcio
Date: Fri Sep 04 2026 - 04:58:01 EST
On 8/27/26 7:59 PM, Praveen Talari wrote:
> Remove the dev_pm_opp_set_rate(se->dev, 0) call from
> geni_se_resources_deactivate().
>
> OPP resource management should be controlled by the consumer driver.
I believe the opposite was the original intent behind creating
these helpers..
> Additionally, clocks are already disabled by geni_se_clks_off(), making
> the OPP rate reset unnecessary during resource deactivation.
That is, on the other hand, a valid reason
Konrad