Message ID | 20170831205936.865765713@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Thu, Aug 31, 2017 at 11:59:24PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3M (R8A77970) SoC also has the R-Car gen2/3 compatible DMA > controllers, so document the SoC specific binding. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Aug 31, 2017 at 11:59:24PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3M (R8A77970) SoC also has the R-Car gen2/3 compatible DMA > controllers, so document the SoC specific binding. Applied, thanks
Index: slave-dma/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt =================================================================== --- slave-dma.orig/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt +++ slave-dma/Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt @@ -25,6 +25,7 @@ Required Properties: - "renesas,dmac-r8a7794" (R-Car E2) - "renesas,dmac-r8a7795" (R-Car H3) - "renesas,dmac-r8a7796" (R-Car M3-W) + - "renesas,dmac-r8a77970" (R-Car V3M) - reg: base address and length of the registers block for the DMAC
Renesas R-Car V3M (R8A77970) SoC also has the R-Car gen2/3 compatible DMA controllers, so document the SoC specific binding. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- The patch is against the 'next' branch of Vinod Koul's 'slave-dma.git' repo. Changes in version 2: - changed R8A7797 to R8A77970 everywhere. Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html