diff options
author | Laurent Pinchart <[email protected]> | 2014-07-06 16:07:20 +0200 |
---|---|---|
committer | Laurent Pinchart <[email protected]> | 2014-12-23 10:52:49 +0200 |
commit | c4d7635280f24cfa8c3ef34c122600d148749030 (patch) | |
tree | 28961bbba690e9bc4c6f21bdf77e5c356d6f450a | |
parent | 534a729866f9edc9264340c5b96cb94878ffda00 (diff) |
dmaengine: rcar-dmac: Remove duplicate sentence from DT bindings
DT bindings are complex enough without expressing the same information
twice in a slightly different way. Remove the duplicate.
Reported-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Tested-by: Kuninori Morimoto <[email protected]>
Tested-by: Wolfram Sang <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt index df0f48bcf75a..5fb13ada29a9 100644 --- a/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt +++ b/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt @@ -5,9 +5,6 @@ controller instances named DMAC capable of serving multiple clients. Channels can be dedicated to specific clients or shared between a large number of clients. -DMA clients are connected to the DMAC ports referenced by an 8-bit identifier -called MID/RID. - Each DMA client is connected to one dedicated port of the DMAC, identified by an 8-bit port number called the MID/RID. A DMA controller can thus serve up to 256 clients in total. When the number of hardware channels is lower than the |