Message ID | 20210718122024.204907-1-paul@crapouillou.net (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | [1/3] dt-bindings: dma: ingenic: Add compatible strings for MDMA | expand |
On Sun, 18 Jul 2021 13:20:22 +0100, Paul Cercueil wrote: > The JZ4760 and JZ4760B SoCs have an additional DMA controller, dubbed > MDMA, that only supports memcpy operations. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/dma/ingenic,dma.yaml b/Documentation/devicetree/bindings/dma/ingenic,dma.yaml index ac4d59494fc8..fe25af0dc0e7 100644 --- a/Documentation/devicetree/bindings/dma/ingenic,dma.yaml +++ b/Documentation/devicetree/bindings/dma/ingenic,dma.yaml @@ -18,7 +18,9 @@ properties: - ingenic,jz4740-dma - ingenic,jz4725b-dma - ingenic,jz4760-dma + - ingenic,jz4760-mdma - ingenic,jz4760b-dma + - ingenic,jz4760b-mdma - ingenic,jz4770-dma - ingenic,jz4780-dma - ingenic,x1000-dma
The JZ4760 and JZ4760B SoCs have an additional DMA controller, dubbed MDMA, that only supports memcpy operations. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- Documentation/devicetree/bindings/dma/ingenic,dma.yaml | 2 ++ 1 file changed, 2 insertions(+)