Re: [PATCH 01/16] clk: qcom: gcc-sm8250: Tie the CX power domain to controller

From: Konrad Dybcio

Date: Wed Aug 19 2026 - 11:26:09 EST


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