dt-bindings: dma: arm,pl330: Add missing 'iommus' property
authorRob Herring <robh@kernel.org>
Mon, 1 Aug 2022 21:02:37 +0000 (15:02 -0600)
committerVinod Koul <vkoul@kernel.org>
Sun, 4 Sep 2022 16:11:11 +0000 (21:41 +0530)
The pl330 can be behind an IOMMU which is the case for Arm Juno board.
Add the 'iommus' property allowing for 1 IOMMU entry per channel for
writes and 1 IOMMU entry for reads.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220801210237.1501488-1-robh@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/arm,pl330.yaml

index 2bec69b308f8665d64d86af4d9a28557022cfda0..4a3dd6f5309b1fa4fca1b0dbe57122b9aa8fabf2 100644 (file)
@@ -55,6 +55,12 @@ properties:
 
   dma-coherent: true
 
+  iommus:
+    minItems: 1
+    maxItems: 9
+    description: Up to 1 IOMMU entry per DMA channel for writes and 1
+      IOMMU entry for reads.
+
   power-domains:
     maxItems: 1