1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00

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>
This commit is contained in:
Krzysztof Kozlowski 2025-11-15 13:21:22 +01:00 committed by Vinod Koul
parent 1ecd8b6016
commit 2b11e7403a

View 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"