Commit 6f209ca0 authored by Rahul T R's avatar Rahul T R Committed by Tomi Valkeinen
Browse files

dt-bindings: display: bridge: cdns,dsi: Add compatible for dsi on j721e

parent 59b2deae
Loading
Loading
Loading
Loading
+24 −1
Original line number Diff line number Diff line
@@ -16,9 +16,15 @@ properties:
  compatible:
    enum:
      - cdns,dsi
      - ti,j721e-dsi

  reg:
    maxItems: 1
    minItems: 1
    items:
      - description:
          Register block for controller's registers.
      - description:
          Register block for wrapper settings registers in case of TI J7 SoCs.

  clocks:
    items:
@@ -67,6 +73,23 @@ properties:
allOf:
  - $ref: ../dsi-controller.yaml#

  - if:
      properties:
        compatible:
          contains:
            const: ti,j721e-dsi
    then:
      properties:
        reg:
          minItems: 2
          maxItems: 2
        power-domains:
          maxItems: 1
    else:
      properties:
        reg:
          maxItems: 1

required:
  - compatible
  - reg