Skip to content

Commit fbac8ce

Browse files
bhupesh-sharmavinodkoul
authored andcommitted
dt-bindings: dma: Increase iommu maxItems for BAM DMA
Since SM8250 BAM DMA engine supports six iommu entries, increase the maxItems in the iommu property section, without which 'dtbs_check' would throw errors. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Tested-by: Anders Roxell <anders.roxell@linaro.org> Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Link: https://lore.kernel.org/r/20230630082230.2264698-3-bhupesh.sharma@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 83adc98 commit fbac8ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ properties:
4444

4545
iommus:
4646
minItems: 1
47-
maxItems: 4
47+
maxItems: 6
4848

4949
num-channels:
5050
$ref: /schemas/types.yaml#/definitions/uint32

0 commit comments

Comments
 (0)