Skip to content

Commit 83adc98

Browse files
bhupesh-sharmavinodkoul
authored andcommitted
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>
1 parent 42c3cda commit 83adc98

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ allOf:
1515

1616
properties:
1717
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
2531

2632
clocks:
2733
maxItems: 1

0 commit comments

Comments
 (0)