]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: mmc: am654: Simplify dma-coherent property
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 15 Nov 2025 12:21:23 +0000 (13:21 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 18 Nov 2025 15:25:02 +0000 (16:25 +0100)
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>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Documentation/devicetree/bindings/mmc/sdhci-am654.yaml

index 676a7469538937faea8dfb70a2295ce0be84bd0c..242a3c6b925c5ba2715e49b64d9f61bb03b0f143 100644 (file)
@@ -50,8 +50,7 @@ properties:
       - const: clk_ahb
       - const: clk_xin
 
-  dma-coherent:
-    type: boolean
+  dma-coherent: true
 
   # PHY output tap delays:
   # Used to delay the data valid window and align it to the sampling clock.