We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5930196 commit 1519c0aCopy full SHA for 1519c0a
Documentation/devicetree/bindings/clock/qcom,sa8775p-gcc.yaml
@@ -40,6 +40,9 @@ properties:
40
protected-clocks:
41
maxItems: 240
42
43
+ power-domains:
44
+ maxItems: 1
45
+
46
required:
47
- compatible
48
- clocks
@@ -52,6 +55,7 @@ unevaluatedProperties: false
52
55
examples:
53
56
- |
54
57
#include <dt-bindings/clock/qcom,rpmh.h>
58
+ #include <dt-bindings/power/qcom-rpmpd.h>
59
60
gcc: clock-controller@100000 {
61
compatible = "qcom,sa8775p-gcc";
@@ -71,6 +75,7 @@ examples:
71
75
<&pcie_phy_pipe_clk>,
72
76
<&rxc0_ref_clk>,
73
77
<&rxc1_ref_clk>;
78
+ power-domains = <&rpmhpd SA8775P_CX>;
74
79
80
#clock-cells = <1>;
81
#reset-cells = <1>;
0 commit comments