On Tue, Jul 18, 2017 at 03:06:11PM +0800, Baolin Wang wrote: > This patch adds the binding documentation for Spreadtrum SC9860 DMA > controller device. > > Signed-off-by: Baolin Wang <baolin.w...@spreadtrum.com> > --- > Documentation/devicetree/bindings/dma/sprd-dma.txt | 41 > ++++++++++++++++++++ > 1 file changed, 41 insertions(+) > create mode 100644 Documentation/devicetree/bindings/dma/sprd-dma.txt > > diff --git a/Documentation/devicetree/bindings/dma/sprd-dma.txt > b/Documentation/devicetree/bindings/dma/sprd-dma.txt > new file mode 100644 > index 0000000..3ccf776 > --- /dev/null > +++ b/Documentation/devicetree/bindings/dma/sprd-dma.txt > @@ -0,0 +1,41 @@ > +* Spreadtrum DMA controller > + > +This driver follows the generic DMA bindings defined in dma.txt.
s/driver/binding/ With that, Acked-by: Rob Herring <r...@kernel.org>