]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: display/ti: Simplify dma-coherent property
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 15 Nov 2025 12:21:21 +0000 (13:21 +0100)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 16 Dec 2025 13:59:30 +0000 (07:59 -0600)
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>
Documentation/devicetree/bindings/display/ti/ti,am65x-dss.yaml
Documentation/devicetree/bindings/display/ti/ti,j721e-dss.yaml

index 361e9cae6896c1f4d7fa1ec47a6e3a73bca2b102..38fcee91211e8c7b0c2f6155d951e8e3a6acb162 100644 (file)
@@ -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
index fad7cba58d39ac80025b9c2c5894336341e1177c..65ae8a1c399862d37ce6d7d22271cccc522ebfc6 100644 (file)
@@ -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