diff options
author | Rameshwar Prasad Sahu <rsahu@apm.com> | 2015-07-07 15:34:25 +0530 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-07-31 20:33:43 +0530 |
commit | cda8e937191c100025168ba3e22ab316c7298007 (patch) | |
tree | cb57fc42ca1598712497ef8e5ac780ce15629356 /Documentation/devicetree/bindings/dma/apm-xgene-dma.txt | |
parent | 1c8a38b1268aebc1a903b21b11575077e02d2cf7 (diff) | |
download | op-kernel-dev-cda8e937191c100025168ba3e22ab316c7298007.zip op-kernel-dev-cda8e937191c100025168ba3e22ab316c7298007.tar.gz |
dmaengine: xgene-dma: Fix the resource map to handle overlapping
There is an overlap in dma ring cmd csr region due to sharing of ethernet
ring cmd csr region. This patch fix the resource overlapping by mapping
the entire dma ring cmd csr region.
Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/apm-xgene-dma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/apm-xgene-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/apm-xgene-dma.txt b/Documentation/devicetree/bindings/dma/apm-xgene-dma.txt index d305876..c53e0b0 100644 --- a/Documentation/devicetree/bindings/dma/apm-xgene-dma.txt +++ b/Documentation/devicetree/bindings/dma/apm-xgene-dma.txt @@ -35,7 +35,7 @@ Example: device_type = "dma"; reg = <0x0 0x1f270000 0x0 0x10000>, <0x0 0x1f200000 0x0 0x10000>, - <0x0 0x1b008000 0x0 0x2000>, + <0x0 0x1b000000 0x0 0x400000>, <0x0 0x1054a000 0x0 0x100>; interrupts = <0x0 0x82 0x4>, <0x0 0xb8 0x4>, |