Message ID | 7322bdfcd38cdcd8ccec56fea25492e4945d498f.1543782328.git.mesihkilinc@gmail.com (mailing list archive) |
---|---|
State | RFC |
Headers | show |
Series | Add support for DMA and audio codec of F1C100s | expand |
On Mon, 3 Dec 2018 00:23:10 +0300, Mesih Kilinc wrote: > Add compatible string for Allwinner suniv F1C100s DMA. > > Signed-off-by: Mesih Kilinc <mesihkilinc@gmail.com> > --- > Documentation/devicetree/bindings/dma/sun4i-dma.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/dma/sun4i-dma.txt b/Documentation/devicetree/bindings/dma/sun4i-dma.txt index 8ad556a..ceeb41e 100644 --- a/Documentation/devicetree/bindings/dma/sun4i-dma.txt +++ b/Documentation/devicetree/bindings/dma/sun4i-dma.txt @@ -4,7 +4,9 @@ This driver follows the generic DMA bindings defined in dma.txt. Required properties: -- compatible: Must be "allwinner,sun4i-a10-dma" +- compatible: Should be one of the following: + "allwinner,sun4i-a10-dma" + "allwinner,suniv-f1c100s-dma" - reg: Should contain the registers base address and length - interrupts: Should contain a reference to the interrupt used by this device - clocks: Should contain a reference to the parent AHB clock
Add compatible string for Allwinner suniv F1C100s DMA. Signed-off-by: Mesih Kilinc <mesihkilinc@gmail.com> --- Documentation/devicetree/bindings/dma/sun4i-dma.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)