Skip to content

Commit 2b11e74

Browse files
krzkvinodkoul
authored andcommitted
dt-bindings: dma: xilinx: 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> 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>
1 parent 1ecd8b6 commit 2b11e74

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ properties:
5959
power-domains:
6060
maxItems: 1
6161

62-
dma-coherent:
63-
description: present if dma operations are coherent
62+
dma-coherent: true
6463

6564
required:
6665
- "#dma-cells"

0 commit comments

Comments
 (0)