Commit 56245968 authored by Satya Priya Kakitapalli's avatar Satya Priya Kakitapalli Committed by Bjorn Andersson
Browse files

dt-bindings: clock: qcom,mmcc: Reference qcom,gcc.yaml



Reference the common qcom,gcc.yaml schema to unify the common
parts of the binding.

Suggested-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarSatya Priya Kakitapalli <quic_skakitap@quicinc.com>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250717-gcc-ref-fixes-v2-2-a2a571d2be28@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 92b7d676
Loading
Loading
Loading
Loading
+3 −21
Original line number Diff line number Diff line
@@ -38,36 +38,16 @@ properties:
    minItems: 7
    maxItems: 13

  '#clock-cells':
    const: 1

  '#reset-cells':
    const: 1

  '#power-domain-cells':
    const: 1

  reg:
    maxItems: 1

  protected-clocks:
    description:
      Protected clock specifier list as per common clock binding

  vdd-gfx-supply:
    description:
      Regulator supply for the GPU_GX GDSC

required:
  - compatible
  - reg
  - '#clock-cells'
  - '#reset-cells'
  - '#power-domain-cells'

additionalProperties: false

allOf:
  - $ref: qcom,gcc.yaml#
  - if:
      properties:
        compatible:
@@ -351,6 +331,8 @@ allOf:
            - const: dp_link_2x_clk_divsel_five
            - const: dp_vco_divided_clk_src_mux

unevaluatedProperties: false

examples:
  # Example for MMCC for MSM8960:
  - |