Skip to content

Commit 1519c0a

Browse files
Bartosz Golaszewskiandersson
authored andcommitted
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: 0fff9fa ("dt-bindings: clock: Add Qualcomm SA8775P GCC") Signed-off-by: Bartosz Golaszewski <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5930196 commit 1519c0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ properties:
4040
protected-clocks:
4141
maxItems: 240
4242

43+
power-domains:
44+
maxItems: 1
45+
4346
required:
4447
- compatible
4548
- clocks
@@ -52,6 +55,7 @@ unevaluatedProperties: false
5255
examples:
5356
- |
5457
#include <dt-bindings/clock/qcom,rpmh.h>
58+
#include <dt-bindings/power/qcom-rpmpd.h>
5559
5660
gcc: clock-controller@100000 {
5761
compatible = "qcom,sa8775p-gcc";
@@ -71,6 +75,7 @@ examples:
7175
<&pcie_phy_pipe_clk>,
7276
<&rxc0_ref_clk>,
7377
<&rxc1_ref_clk>;
78+
power-domains = <&rpmhpd SA8775P_CX>;
7479
7580
#clock-cells = <1>;
7681
#reset-cells = <1>;

0 commit comments

Comments
 (0)