Message ID | 7a3d170f-1d3a-a807-9256-15fe1a78ca4e@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Hello Sergei, Thanks for your patch. > Subject: [PATCH] DT: net: can: rcar_canfd: document R8A77970 bindings > > Document the R-Car V3M (R8A77970) SoC support in the R-Car CAN-FD > bindings. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> Thanks, Ramesh
On Thu, Apr 26, 2018 at 10:41:14PM +0300, Sergei Shtylyov wrote: > Document the R-Car V3M (R8A77970) SoC support in the R-Car CAN-FD bindings. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > > --- > The patch is against the 'linux-can-next.git' repo but I wouldn't object if > it's merged to the 'linux-can.git' repo instead. :-) > > Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 1 + > 1 file changed, 1 insertion(+) > > Index: linux-can-next/Documentation/devicetree/bindings/net/can/rcar_canfd.txt > =================================================================== > --- linux-can-next.orig/Documentation/devicetree/bindings/net/can/rcar_canfd.txt > +++ linux-can-next/Documentation/devicetree/bindings/net/can/rcar_canfd.txt > @@ -6,6 +6,7 @@ Required properties: > - "renesas,rcar-gen3-canfd" for R-Car Gen3 compatible controller. > - "renesas,r8a7795-canfd" for R8A7795 (R-Car H3) compatible controller. > - "renesas,r8a7796-canfd" for R8A7796 (R-Car M3) compatible controller. > + - "renesas,r8a77970-canfd" for R8A77970 (R-Car V3M) compatible controller. > > When compatible with the generic version, nodes must list the > SoC-specific version corresponding to the platform first, followed by the >
On 04/27/2018 01:33 PM, Ramesh Shanmugasundaram wrote: > Hello Sergei, > > Thanks for your patch. > >> Subject: [PATCH] DT: net: can: rcar_canfd: document R8A77970 bindings >> >> Document the R-Car V3M (R8A77970) SoC support in the R-Car CAN-FD >> bindings. >> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > Reviewed-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> Applied to linux-can. tnx, Marc
Index: linux-can-next/Documentation/devicetree/bindings/net/can/rcar_canfd.txt =================================================================== --- linux-can-next.orig/Documentation/devicetree/bindings/net/can/rcar_canfd.txt +++ linux-can-next/Documentation/devicetree/bindings/net/can/rcar_canfd.txt @@ -6,6 +6,7 @@ Required properties: - "renesas,rcar-gen3-canfd" for R-Car Gen3 compatible controller. - "renesas,r8a7795-canfd" for R8A7795 (R-Car H3) compatible controller. - "renesas,r8a7796-canfd" for R8A7796 (R-Car M3) compatible controller. + - "renesas,r8a77970-canfd" for R8A77970 (R-Car V3M) compatible controller. When compatible with the generic version, nodes must list the SoC-specific version corresponding to the platform first, followed by the
Document the R-Car V3M (R8A77970) SoC support in the R-Car CAN-FD bindings. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- The patch is against the 'linux-can-next.git' repo but I wouldn't object if it's merged to the 'linux-can.git' repo instead. :-) Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 1 + 1 file changed, 1 insertion(+)