Skip to content

Commit 7fff398

Browse files
krzkrobherring
authored andcommitted
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: Krzysztof Kozlowski <krzk@kernel.org> Link: https://patch.msgid.link/20251115122120.35315-4-krzk@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent 3e8ade5 commit 7fff398

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ properties:
8484
maxItems: 1
8585
description: phandle to the associated power domain
8686

87-
dma-coherent:
88-
type: boolean
87+
dma-coherent: true
8988

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

Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ properties:
103103
maxItems: 1
104104
description: phandle to the associated power domain
105105

106-
dma-coherent:
107-
type: boolean
106+
dma-coherent: true
108107

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

0 commit comments

Comments
 (0)