All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo
@ 2022-07-02  3:19 ` Samuel Holland
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Holland @ 2022-07-02  3:19 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Samuel Holland, Chen-Yu Tsai, Jernej Skrabec, Krzysztof Kozlowski,
	Maxime Ripard, Rob Herring, devicetree, dmaengine,
	linux-arm-kernel, linux-kernel, linux-sunxi

The conditional block for variants with a second clock should have set
minItems, not maxItems, which was already 2. Since clock-names requires
two items, this typo should not have caused any problems.

Fixes: edd14218bd66 ("dt-bindings: dmaengine: Convert Allwinner A31 and A64 DMA to a schema")
Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml b/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml
index ff0a5c58d78c..e712444abff1 100644
--- a/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml
+++ b/Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml
@@ -67,7 +67,7 @@ if:
 then:
   properties:
     clocks:
-      maxItems: 2
+      minItems: 2
 
   required:
     - clock-names
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-07-06 16:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-02  3:19 [PATCH] dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo Samuel Holland
2022-07-02  3:19 ` Samuel Holland
2022-07-02 19:34 ` Jernej Škrabec
2022-07-02 19:34   ` Jernej Škrabec
2022-07-05 20:28   ` Rob Herring
2022-07-05 20:28     ` Rob Herring
2022-07-05 20:28 ` Rob Herring
2022-07-05 20:28   ` Rob Herring
2022-07-06 16:27 ` Vinod Koul
2022-07-06 16:27   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.