Add DMA burst size property to the SPI PXA2xx bindings. Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/spi/spi-pxa2xx.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/spi-pxa2xx.txt b/Documentation/devicetree/bindings/spi/spi-pxa2xx.txt index e30e0c2a4bce..3b2e70ba7466 100644 --- a/Documentation/devicetree/bindings/spi/spi-pxa2xx.txt +++ b/Documentation/devicetree/bindings/spi/spi-pxa2xx.txt @@ -11,6 +11,7 @@ Required properties: Optional properties: - cs-gpios: list of GPIO chip selects. See the SPI bus bindings, Documentation/devicetree/bindings/spi/spi-bus.txt +- dma-burst-sz: DMA burst size - spi-slave: Empty property indicating the SPI controller is used in slave mode. - ready-gpios: GPIO used to signal a SPI master that the FIFO is filled and we're ready to service a transfer. Only useful in slave mode. -- 2.20.1