aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@linaro.org>2022-11-11 22:38:03 +0200
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2023-03-06 20:09:37 +0300
commitf20b04441f692170c5284bc02a76a8d978069b46 (patch)
tree66009fe68fb640105460305fa378e980d479216d
parent69ba36d8dc0a5831592358a5bce62ccc1927c51a (diff)
dt-bindings: dma: qcom,bam-dma: Add 'interconnects' and 'interconnect-names'
Add 'interconnects' and 'interconnect-names' as optional properties to the device-tree binding documentation for BAM DMA IP. These properties describe the interconnect path between BAM and main memory and the interconnect type respectively. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml b/Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml
index f1ddcf672261..8ff6809d32c1 100644
--- a/Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,bam-dma.yaml
@@ -36,6 +36,14 @@ properties:
interrupts:
maxItems: 1
+ interconnects:
+ maxItems: 1
+ description:
+ Interconnect path between bam and main memory.
+
+ interconnect-names:
+ const: memory
+
iommus:
minItems: 1
maxItems: 4