From: Krzysztof Kozlowski Date: Sat, 15 Nov 2025 12:21:22 +0000 (+0100) Subject: dt-bindings: dma: xilinx: Simplify dma-coherent property X-Git-Tag: v6.19-rc1~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b11e7403a8ed816fce38b57cb88e04d997aa7af;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Harini Katakam Link: https://patch.msgid.link/20251115122120.35315-5-krzk@kernel.org Signed-off-by: Vinod Koul --- diff --git a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml index b5399c65a7315..2da86037ad79e 100644 --- a/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml +++ b/Documentation/devicetree/bindings/dma/xilinx/xlnx,zynqmp-dma-1.0.yaml @@ -59,8 +59,7 @@ properties: power-domains: maxItems: 1 - dma-coherent: - description: present if dma operations are coherent + dma-coherent: true required: - "#dma-cells"