diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2017-05-28 11:30:44 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-06-01 22:06:41 +0530 |
commit | 33cb0880e0544c1553d37f4877fbd7a7a84f444f (patch) | |
tree | 1dd61188ace051db147f6c8c8c63cf14708ef6c2 /Documentation | |
parent | 5466c34f8425ccd24124ebdae6e3b6552195956d (diff) | |
download | linux-33cb0880e0544c1553d37f4877fbd7a7a84f444f.tar.gz linux-33cb0880e0544c1553d37f4877fbd7a7a84f444f.tar.bz2 linux-33cb0880e0544c1553d37f4877fbd7a7a84f444f.zip |
dmaengine: use proper name for the R-Car SoC
It is 'R-Car', not 'r-car'. No code or binding changes, only descriptive text.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/dma/shdma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/shdma.txt b/Documentation/devicetree/bindings/dma/shdma.txt index 2a3f3b8946b9..a91920a49433 100644 --- a/Documentation/devicetree/bindings/dma/shdma.txt +++ b/Documentation/devicetree/bindings/dma/shdma.txt @@ -1,6 +1,6 @@ * SHDMA Device Tree bindings -Sh-/r-mobile and r-car systems often have multiple identical DMA controller +Sh-/r-mobile and R-Car systems often have multiple identical DMA controller instances, capable of serving any of a common set of DMA slave devices, using the same configuration. To describe this topology we require all compatible SHDMA DT nodes to be placed under a DMA multiplexer node. All such compatible |