Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: dt: dma: fix spelling mistake

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Eric Engestrom and committed by
Rob Herring
30729ab5 bfcfb84a

+1 -1
+1 -1
Documentation/devicetree/bindings/dma/xilinx/xilinx_dma.txt
··· 7 7 - compatible: Should be "xlnx,axi-dma-1.00.a" 8 8 - #dma-cells: Should be <1>, see "dmas" property below 9 9 - reg: Should contain DMA registers location and length. 10 - - dma-channel child node: Should have atleast one channel and can have upto 10 + - dma-channel child node: Should have at least one channel and can have up to 11 11 two channels per device. This node specifies the properties of each 12 12 DMA channel (see child node properties below). 13 13