Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: dma: arm,pl330: Add missing 'iommus' property

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>

authored by

Rob Herring and committed by
Vinod Koul
249d2e6f 568035b0

+6
+6
Documentation/devicetree/bindings/dma/arm,pl330.yaml
··· 55 55 56 56 dma-coherent: true 57 57 58 + iommus: 59 + minItems: 1 60 + maxItems: 9 61 + description: Up to 1 IOMMU entry per DMA channel for writes and 1 62 + IOMMU entry for reads. 63 + 58 64 power-domains: 59 65 maxItems: 1 60 66