diff options
| author | Bjorn Andersson <[email protected]> | 2023-05-22 18:03:48 -0700 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2023-05-23 05:35:44 -0700 |
| commit | de6d1f0c4919852514459f1876d7168212e5e1cd (patch) | |
| tree | 31813fbb1141bfc88e23a703c0ec55c36a3e2510 | |
| parent | 50205122b01e7d7a0604dbe6809f77cbf5c5b529 (diff) | |
dt-bindings: clock: qcom: Accept power-domains for GPUCC
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 <[email protected]>
Acked-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,gpucc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |