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

dt-bindings: dma: Add support for SM6115 and QCM2290 SoCs

Add new compatible for BAM DMA engine version v1.7.4 which is
found on Qualcomm SM6115 and QCM2290 SoCs. Since its very similar
to v1.7.0 used on SM8150 like SoCs, mark the comptible scheme
accordingly.

While at it, also update qcom,bam-dma bindings to add comments
which describe the BAM DMA versions used in SM8150 and SM8250 SoCs.
This provides an easy reference for identifying the actual BAM DMA
version available on Qualcomm SoCs.

Acked-by: Rob Herring <robh@kernel.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-2-bhupesh.sharma@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Bhupesh Sharma and committed by
Vinod Koul
83adc98e 42c3cdaa

+13 -7
+13 -7
Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml
··· 15 15 16 16 properties: 17 17 compatible: 18 - enum: 19 - # APQ8064, IPQ8064 and MSM8960 20 - - qcom,bam-v1.3.0 21 - # MSM8974, APQ8074 and APQ8084 22 - - qcom,bam-v1.4.0 23 - # MSM8916 and SDM845 24 - - qcom,bam-v1.7.0 18 + oneOf: 19 + - enum: 20 + # APQ8064, IPQ8064 and MSM8960 21 + - qcom,bam-v1.3.0 22 + # MSM8974, APQ8074 and APQ8084 23 + - qcom,bam-v1.4.0 24 + # MSM8916, SDM630 25 + - qcom,bam-v1.7.0 26 + - items: 27 + - enum: 28 + # SDM845, SM6115, SM8150, SM8250 and QCM2290 29 + - qcom,bam-v1.7.4 30 + - const: qcom,bam-v1.7.0 25 31 26 32 clocks: 27 33 maxItems: 1