On 23.05.2023 03:03, Bjorn Andersson wrote: > In many designs the power-domains provided by the GPU clock controller > are powered by some GFX rail, add power-domains as a valid property to > allow this to be specified. > > Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> > --- You may also wanna add some runtime pm enable calls in the driver Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad > Documentation/devicetree/bindings/clock/qcom,gpucc.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > index 1e3dc9deded9..a00216b3b15a 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,gpucc.yaml > @@ -50,6 +50,9 @@ properties: > - const: gcc_gpu_gpll0_clk_src > - const: gcc_gpu_gpll0_div_clk_src > > + power-domains: > + maxItems: 1 > + > '#clock-cells': > const: 1 >