diff mbox series

[2/3] dt-bindings: can: rcar_can: Add r8a7742 support

Message ID 20200816190732.6905-3-prabhakar.mahadev-lad.rj@bp.renesas.com
State Accepted
Commit df73446a2882a4336cad473d8eb9d895e49f092b
Headers show
Series r8a7742 add CAN support | expand

Commit Message

Prabhakar Mahadev Lad Aug. 16, 2020, 7:07 p.m. UTC
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(-)

Comments

Marc Kleine-Budde Oct. 6, 2020, 7:19 p.m. UTC | #1
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

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |
diff mbox series

Patch

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.