dt-bindings: dma: altera-msgdma: make response port optional
authorOlivier Dautricourt <olivier.dautricourt@orolia.com>
Thu, 17 Jun 2021 19:52:32 +0000 (21:52 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 28 Jul 2021 06:55:03 +0000 (12:25 +0530)
Response port is not required in some configuration of the IP core.

Signed-off-by: Olivier Dautricourt <olivier.dautricourt@orolia.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Link: https://lore.kernel.org/r/fb28146a23a182be9e5435c1d3e5cac36b372294.1623898678.git.olivier.dautricourt@orolia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/altr,msgdma.yaml

index a4f9fe23dcd9819d347393d73853a25a7feb1a90..b193ee2db4a7d6b1516ee4ebf1dc83768cf8f2f1 100644 (file)
@@ -24,13 +24,15 @@ properties:
     items:
       - description: Control and Status Register Slave Port
       - description: Descriptor Slave Port
-      - description: Response Slave Port
+      - description: Response Slave Port (Optional)
+    minItems: 2
 
   reg-names:
     items:
       - const: csr
       - const: desc
       - const: resp
+    minItems: 2
 
   interrupts:
     maxItems: 1