diff options
author | Baolin Wang <baolin.wang@linaro.org> | 2019-02-21 13:34:40 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-02-25 12:11:06 +0530 |
commit | b5a4c37324049efe0e0199e975e0df9554fa8873 (patch) | |
tree | d34549dec5c661fe68e94d482dc1e9f8c5d8dc3f /Documentation/devicetree/bindings/dma | |
parent | 3e5daee5ecf314da33a890fabaa2404244cd2a36 (diff) | |
download | linux-b5a4c37324049efe0e0199e975e0df9554fa8873.tar.bz2 |
dt-bindings: dmaengine: sprd: Change channel id to slave id for DMA cell specifier
For Spreadtrum DMA engine, all channels are equal, which means slave can
request any channels with setting a unique slave id to trigger this channel.
Thus we can remove the channel id from device tree to assign the channel
dynamically, moreover we should add the slave id in device tree.
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma')
-rw-r--r-- | Documentation/devicetree/bindings/dma/sprd-dma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/sprd-dma.txt b/Documentation/devicetree/bindings/dma/sprd-dma.txt index 7a10fea2e51b..adccea9941f1 100644 --- a/Documentation/devicetree/bindings/dma/sprd-dma.txt +++ b/Documentation/devicetree/bindings/dma/sprd-dma.txt @@ -31,7 +31,7 @@ DMA clients connected to the Spreadtrum DMA controller must use the format described in the dma.txt file, using a two-cell specifier for each channel. The two cells in order are: 1. A phandle pointing to the DMA controller. -2. The channel id. +2. The slave id. spi0: spi@70a00000{ ... |