Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / dma / stm32-dma.txt
index 4408af693d0cc75298e66c3c56af8f7521d3eb23..0b55718bf88993a83eb5091128cc6761b93e5852 100644 (file)
@@ -13,6 +13,7 @@ Required properties:
 - #dma-cells : Must be <4>. See DMA client paragraph for more details.
 
 Optional properties:
+- dma-requests : Number of DMA requests supported.
 - resets: Reference to a reset controller asserting the DMA controller
 - st,mem2mem: boolean; if defined, it indicates that the controller supports
   memory-to-memory transfer
@@ -34,12 +35,13 @@ Example:
                #dma-cells = <4>;
                st,mem2mem;
                resets = <&rcc 150>;
+               dma-requests = <8>;
        };
 
 * DMA client
 
 DMA clients connected to the STM32 DMA controller must use the format
-described in the dma.txt file, using a five-cell specifier for each
+described in the dma.txt file, using a four-cell specifier for each
 channel: a phandle to the DMA controller plus the following four integer cells:
 
 1. The channel id
@@ -71,7 +73,7 @@ channel: a phandle to the DMA controller plus the following four integer cells:
 Example:
 
        usart1: serial@40011000 {
-               compatible = "st,stm32-usart", "st,stm32-uart";
+               compatible = "st,stm32-uart";
                reg = <0x40011000 0x400>;
                interrupts = <37>;
                clocks = <&clk_pclk2>;