mirror of https://gitee.com/openkylin/linux.git
of: dma: Grammar s/requests/request/, s/used required/required/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
parent
ebc6d2d9c8
commit
9d296ec6fd
|
@ -14,7 +14,7 @@ Required property:
|
||||||
|
|
||||||
Optional properties:
|
Optional properties:
|
||||||
- dma-channels: Number of DMA channels supported by the controller.
|
- dma-channels: Number of DMA channels supported by the controller.
|
||||||
- dma-requests: Number of DMA requests signals supported by the
|
- dma-requests: Number of DMA request signals supported by the
|
||||||
controller.
|
controller.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
@ -44,7 +44,7 @@ Required property:
|
||||||
#dma-cells property in the node referenced by phandle
|
#dma-cells property in the node referenced by phandle
|
||||||
containing DMA controller specific information. This
|
containing DMA controller specific information. This
|
||||||
typically contains a DMA request line number or a
|
typically contains a DMA request line number or a
|
||||||
channel number, but can contain any data that is used
|
channel number, but can contain any data that is
|
||||||
required for configuring a channel.
|
required for configuring a channel.
|
||||||
- dma-names: Contains one identifier string for each DMA specifier in
|
- dma-names: Contains one identifier string for each DMA specifier in
|
||||||
the dmas property. The specific strings that can be used
|
the dmas property. The specific strings that can be used
|
||||||
|
|
Loading…
Reference in New Issue