Message ID | 20170824195616.327888699@cogentembedded.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
On 08/24/2017 10:56 PM, Sergei Shtylyov wrote: > Renesas R-Car V3M (R8A7797) SoC also has the R-Car gen2/3 compatible DMA ^^ Oops, didn't notice the double space. Could be fixed while applying, I guess (I know Rob will be upset about double spaces)? > controllers, so document the SoC specific binding. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> [...] MBR, Sergei -- 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 24, 2017 at 9:56 PM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > Renesas R-Car V3M (R8A7797) 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. > > Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 + > 1 file changed, 1 insertion(+) > > 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-r8a7797" (R-Car V3M) Please use "renesas,dmac-r8a77970" instead, to follow the new 5-digit scheme started with r8a77995. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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
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-r8a7797" (R-Car V3M) - reg: base address and length of the registers block for the DMAC
Renesas R-Car V3M (R8A7797) 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. 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