Skip to content

Commit

Permalink
dt-bindings: dma: Increase iommu maxItems for BAM DMA
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhupesh Sharma authored and Vinod Koul committed Jul 12, 2023
1 parent 83adc98 commit fbac8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ properties:

iommus:
minItems: 1
maxItems: 4
maxItems: 6

num-channels:
$ref: /schemas/types.yaml#/definitions/uint32
Expand Down

0 comments on commit fbac8ce

Please sign in to comment.