Commit 7fff398d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring (Arm)
Browse files

dt-bindings: display/ti: Simplify dma-coherent property



Common boolean properties need to be only allowed in the binding
(":true"), because their type is already defined by core DT schema.
Simplify dma-coherent property to match common syntax.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://patch.msgid.link/20251115122120.35315-4-krzk@kernel.org


Signed-off-by: default avatarRob Herring (Arm) <robh@kernel.org>
parent 3e8ade58
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -84,8 +84,7 @@ properties:
    maxItems: 1
    description: phandle to the associated power domain

  dma-coherent:
    type: boolean
  dma-coherent: true

  ports:
    $ref: /schemas/graph.yaml#/properties/ports
+1 −2
Original line number Diff line number Diff line
@@ -103,8 +103,7 @@ properties:
    maxItems: 1
    description: phandle to the associated power domain

  dma-coherent:
    type: boolean
  dma-coherent: true

  ports:
    $ref: /schemas/graph.yaml#/properties/ports