Re: [PATCH 01/16] clk: qcom: gcc-sm8250: Tie the CX power domain to controller
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 8/19/26 2:51 PM, Abel Vesa wrote: > Enable runtime PM for the controller so the common GCC probe path resumes > the attached domain while registering clocks, resets and GDSCs. > > This lets GDSC consumers propagate their votes through the GCC provider to > the CX parent domain. Not really, this is rather taken care of by the special-cased single-power-domain automatic attachment somewhere in the pm core This on the other hand, will allow the power vote to be lifted if all GCC consumers let go of their clk/gdsc votes Konrad