Commit 21fd06dc authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring
Browse files

dt-bindings: drop type for operating-points-v2



The type for operating-points-v2 property is coming from dtschema
(/schemas/opp/opp.yaml), so individual bindings can just use simple
"true".

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230119131033.117324-1-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 805e640e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -68,8 +68,7 @@ properties:
    items:
      - const: dp

  operating-points-v2:
    maxItems: 1
  operating-points-v2: true

  opp-table: true

+1 −2
Original line number Diff line number Diff line
@@ -59,8 +59,7 @@ properties:
  iommus:
    maxItems: 1

  operating-points-v2:
    $ref: "/schemas/types.yaml#/definitions/phandle"
  operating-points-v2: true

  power-domains:
    items:
+1 −2
Original line number Diff line number Diff line
@@ -47,8 +47,7 @@ properties:
    items:
      - const: dsi

  operating-points-v2:
    $ref: "/schemas/types.yaml#/definitions/phandle"
  operating-points-v2: true

  power-domains:
    maxItems: 1
+1 −2
Original line number Diff line number Diff line
@@ -46,8 +46,7 @@ properties:
  interconnect-names:
    maxItems: 4

  operating-points-v2:
    $ref: "/schemas/types.yaml#/definitions/phandle"
  operating-points-v2: true

  power-domains:
    items:
+1 −2
Original line number Diff line number Diff line
@@ -49,8 +49,7 @@ properties:
  interconnect-names:
    maxItems: 4

  operating-points-v2:
    $ref: "/schemas/types.yaml#/definitions/phandle"
  operating-points-v2: true

  power-domains:
    items:
Loading