Commit 79643afd authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by Chun-Kuang Hu
Browse files

dt-bindings: phy: mediatek,hdmi-phy: Document extra clocks for MT8195

parent 8a25ab7a
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -38,12 +38,20 @@ properties:
    maxItems: 1

  clocks:
    minItems: 1
    items:
      - description: PLL reference clock
      - description: HDMI 26MHz clock
      - description: HDMI PLL1 clock
      - description: HDMI PLL2 clock

  clock-names:
    minItems: 1
    items:
      - const: pll_ref
      - const: 26m
      - const: pll1
      - const: pll2

  clock-output-names:
    maxItems: 1
@@ -79,6 +87,20 @@ required:
  - "#phy-cells"
  - "#clock-cells"

allOf:
  - if:
      not:
        properties:
          compatible:
            contains:
              const: mediatek,mt8195-hdmi-phy
    then:
      properties:
        clocks:
          maxItems: 1
        clock-names:
          maxItems: 1

additionalProperties: false

examples: