Message ID | 20200816190732.6905-3-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | r8a7742 add CAN support | expand |
On Sun, Aug 16, 2020 at 9:07 PM Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> wrote: > Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module > is identical to R-Car Gen2 family. > > No driver change is needed due to the fallback compatible value > "renesas,rcar-gen2-can". > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Sun, 16 Aug 2020 20:07:31 +0100, Lad Prabhakar wrote: > Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module > is identical to R-Car Gen2 family. > > No driver change is needed due to the fallback compatible value > "renesas,rcar-gen2-can". > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com> > --- > Documentation/devicetree/bindings/net/can/rcar_can.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Hi Marc, On Tue, Aug 25, 2020 at 3:21 AM Rob Herring <robh@kernel.org> wrote: > > On Sun, 16 Aug 2020 20:07:31 +0100, Lad Prabhakar wrote: > > Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module > > is identical to R-Car Gen2 family. > > > > No driver change is needed due to the fallback compatible value > > "renesas,rcar-gen2-can". > > > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> > > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com> > > --- > > Documentation/devicetree/bindings/net/can/rcar_can.txt | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > Acked-by: Rob Herring <robh@kernel.org> > Could you please pick up this patch. It has been acked by the maintainers. Let me know if you want me to RESEND this patch. Cheers, Prabhakar
On 10/6/20 9:36 AM, Lad, Prabhakar wrote: > On Tue, Aug 25, 2020 at 3:21 AM Rob Herring <robh@kernel.org> wrote: >> >> On Sun, 16 Aug 2020 20:07:31 +0100, Lad Prabhakar wrote: >>> Document RZ/G1H (r8a7742) SoC specific bindings. The R8A7742 CAN module >>> is identical to R-Car Gen2 family. >>> >>> No driver change is needed due to the fallback compatible value >>> "renesas,rcar-gen2-can". >>> >>> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> >>> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com> >>> --- >>> Documentation/devicetree/bindings/net/can/rcar_can.txt | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >> >> Acked-by: Rob Herring <robh@kernel.org> >> > Could you please pick up this patch. It has been acked by the > maintainers. Let me know if you want me to RESEND this patch. Added this patch to linux-can-next. Tnx, Marc
diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt index 85c6551b602a..2099ce809ae7 100644 --- a/Documentation/devicetree/bindings/net/can/rcar_can.txt +++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt @@ -2,7 +2,8 @@ Renesas R-Car CAN controller Device Tree Bindings ------------------------------------------------- Required properties: -- compatible: "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. +- compatible: "renesas,can-r8a7742" if CAN controller is a part of R8A7742 SoC. + "renesas,can-r8a7743" if CAN controller is a part of R8A7743 SoC. "renesas,can-r8a7744" if CAN controller is a part of R8A7744 SoC. "renesas,can-r8a7745" if CAN controller is a part of R8A7745 SoC. "renesas,can-r8a77470" if CAN controller is a part of R8A77470 SoC.