diff options
author | Archit Taneja <architt@codeaurora.org> | 2015-02-23 09:40:33 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-03-16 22:21:47 +0530 |
commit | d51da4d4a9e6592d2e5645943a23e25dfd91939e (patch) | |
tree | e5b327e58ab5efa52566dd5e23450f367428ec35 /Documentation | |
parent | b26072276f20ce93717fdad5210e4ae9f1c944fa (diff) | |
download | linux-d51da4d4a9e6592d2e5645943a23e25dfd91939e.tar.gz linux-d51da4d4a9e6592d2e5645943a23e25dfd91939e.tar.bz2 linux-d51da4d4a9e6592d2e5645943a23e25dfd91939e.zip |
dmaengine: qcom_bam_dma: Add support for BAM v1.7.0
Add register offset table entry for the newer (v1.7.0) version of the BAM IP
found on MSM8916. Update the DT bindings documentation.
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Tested-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/dma/qcom_bam_dma.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt b/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt index f8c3311b7153..1c9d48ea4914 100644 --- a/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt +++ b/Documentation/devicetree/bindings/dma/qcom_bam_dma.txt @@ -4,6 +4,7 @@ Required properties: - compatible: must be one of the following: * "qcom,bam-v1.4.0" for MSM8974, APQ8074 and APQ8084 * "qcom,bam-v1.3.0" for APQ8064, IPQ8064 and MSM8960 + * "qcom,bam-v1.7.0" for MSM8916 - reg: Address range for DMA registers - interrupts: Should contain the one interrupt shared by all channels - #dma-cells: must be <1>, the cell in the dmas property of the client device |