diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2019-06-11 18:34:32 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-06-14 08:55:47 +0300 |
commit | 0ed91bded307cc980f9542eff861266f1744c303 (patch) | |
tree | 82feff79672598bf1cbaa0a98bab1dfcaae5f949 /Documentation/devicetree/bindings/dma | |
parent | fc15be39a827e6e417431a8dc5ca2612d0b3e944 (diff) | |
download | linux-0ed91bded307cc980f9542eff861266f1744c303.tar.xz |
dt-bindings: pl330: document the optional resets property
Add the optional resets property the pl330 dma node.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/arm-pl330.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/dma/arm-pl330.txt b/Documentation/devicetree/bindings/dma/arm-pl330.txt index db7e2260f9c5..2c7fd1941abb 100644 --- a/Documentation/devicetree/bindings/dma/arm-pl330.txt +++ b/Documentation/devicetree/bindings/dma/arm-pl330.txt @@ -16,6 +16,9 @@ Optional properties: - dma-channels: contains the total number of DMA channels supported by the DMAC - dma-requests: contains the total number of DMA requests supported by the DMAC - arm,pl330-broken-no-flushp: quirk for avoiding to execute DMAFLUSHP + - resets: contains an entry for each entry in reset-names. + See ../reset/reset.txt for details. + - reset-names: must contain at least "dma", and optional is "dma-ocp". Example: |