]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: dma: xilinx: Simplify dma-coherent property
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 15 Nov 2025 12:21:22 +0000 (13:21 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Nov 2025 12:15:04 +0000 (17:45 +0530)
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>
Reviewed-by: Harini Katakam <harini.katakam@amd.com>
Link: https://patch.msgid.link/20251115122120.35315-5-krzk@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml

index b5399c65a7315b1cb500556118f1c3eade09fb23..2da86037ad79ee530e336ce62148f16c308bb740 100644 (file)
@@ -59,8 +59,7 @@ properties:
   power-domains:
     maxItems: 1
 
-  dma-coherent:
-    description: present if dma operations are coherent
+  dma-coherent: true
 
 required:
   - "#dma-cells"