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

dt/bindings: dmaengine: qcom_bam_dma: Add compatible string for BAM v1.3.0

Add compatible string for BAM v1.3.0 in the DT bindings documentation. Mentioned
a few more SoCs which have BAM v1.4.0 in them.

Reviewed-by: Kumar Gala <galak@codeaurora.org>
Reviewed-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>

authored by

Archit Taneja and committed by
Vinod Koul
ce940638 f43669de

+3 -1
+3 -1
Documentation/devicetree/bindings/dma/qcom_bam_dma.txt
··· 1 1 QCOM BAM DMA controller 2 2 3 3 Required properties: 4 - - compatible: must contain "qcom,bam-v1.4.0" for MSM8974 4 + - compatible: must be one of the following: 5 + * "qcom,bam-v1.4.0" for MSM8974, APQ8074 and APQ8084 6 + * "qcom,bam-v1.3.0" for APQ8064, IPQ8064 and MSM8960 5 7 - reg: Address range for DMA registers 6 8 - interrupts: Should contain the one interrupt shared by all channels 7 9 - #dma-cells: must be <1>, the cell in the dmas property of the client device