On 08/05/2022 12:48, Robert Marko wrote: > GCC inside of IPQ8074 also provides power management via built-in GDSCs. > In order to do so, '#power-domain-cells' must be set to 1. > > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx> > --- > .../devicetree/bindings/clock/qcom,gcc-ipq8074.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml > index 98572b4a9b60..e3e236e4ce7d 100644 > --- a/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml > +++ b/Documentation/devicetree/bindings/clock/qcom,gcc-ipq8074.yaml > @@ -27,6 +27,9 @@ properties: > '#reset-cells': > const: 1 > > + '#power-domain-cells': > + const: 1 It seems I reviewed your v2 - please put it before reset-cells. The same in next hunks. Best regards, Krzysztof