From: Bartosz Golaszewski Date: Mon, 30 Jan 2023 14:51:54 +0000 (+0100) Subject: dt-bindings: clock: qcom,sa8775p-gcc: add the power-domains property X-Git-Tag: v6.6.7~3403^2^3~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1519c0a9ab90a239c52d8a6d3e7ef78537868496;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: clock: qcom,sa8775p-gcc: add the power-domains property The binding document is missing the power-domains property. Add it and update the example. Fixes: 0fff9fa043f9 ("dt-bindings: clock: Add Qualcomm SA8775P GCC") Signed-off-by: Bartosz Golaszewski Acked-by: Rob Herring Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230130145154.195562-1-brgl@bgdev.pl --- diff --git a/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml index dae65eb..0f641c2 100644 --- a/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml @@ -40,6 +40,9 @@ properties: protected-clocks: maxItems: 240 + power-domains: + maxItems: 1 + required: - compatible - clocks @@ -52,6 +55,7 @@ unevaluatedProperties: false examples: - | #include + #include gcc: clock-controller@100000 { compatible = "qcom,sa8775p-gcc"; @@ -71,6 +75,7 @@ examples: <&pcie_phy_pipe_clk>, <&rxc0_ref_clk>, <&rxc1_ref_clk>; + power-domains = <&rpmhpd SA8775P_CX>; #clock-cells = <1>; #reset-cells = <1>;