diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-11 13:07:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-11 13:07:14 -0700 |
commit | abeb75218aeb5d64e501a9434b81ef833d88c907 (patch) | |
tree | 6e2f571bce4e9bc120755a9e7ffd8ec9207b48b9 /Documentation | |
parent | d43be80a4ab0a7146d2251247e556f9da7bb14cc (diff) | |
parent | 3cd2c313f1d618f92d1294addc6c685c17065761 (diff) | |
download | linux-stable-abeb75218aeb5d64e501a9434b81ef833d88c907.tar.gz linux-stable-abeb75218aeb5d64e501a9434b81ef833d88c907.tar.bz2 linux-stable-abeb75218aeb5d64e501a9434b81ef833d88c907.zip |
Merge tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/slave-dma
Pull dmaengine fixes from Vinod Koul:
"Two small fixes are for this cycle:
- fix max_chunk_size for rcar-dmac for R-Car Gen3
- fix clock resource of mv_xor_v2"
* tag 'dmaengine-fix-4.16-rc5' of git://git.infradead.org/users/vkoul/slave-dma:
dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/dma/mv-xor-v2.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/mv-xor-v2.txt b/Documentation/devicetree/bindings/dma/mv-xor-v2.txt index 217a90eaabe7..9c38bbe7e6d7 100644 --- a/Documentation/devicetree/bindings/dma/mv-xor-v2.txt +++ b/Documentation/devicetree/bindings/dma/mv-xor-v2.txt @@ -11,7 +11,11 @@ Required properties: interrupts. Optional properties: -- clocks: Optional reference to the clock used by the XOR engine. +- clocks: Optional reference to the clocks used by the XOR engine. +- clock-names: mandatory if there is a second clock, in this case the + name must be "core" for the first clock and "reg" for the second + one + Example: |