Skip to content

Commit f71096d

Browse files
hormsmarckleinebudde
authored andcommitted
can: rcar: add device tree support for r8a779[234]
Simply document new compatibility string. As a previous patch adds a generic R-Car Gen2 compatibility string there appears to be no need for a driver updates. By documenting these compat stings they may be used in DTSs shipped, for example as part of ROMs. They must be used in conjunction with the Gen2 fallback compat string. At this time there are no known differences between the r8a779[234] IP blocks and that implemented by the driver for the Gen2 fallback compat string. Thus there is no need to update the driver as the use of the Gen2 fallback compat string will activate the correct code in the current driver while leaving the option for r8a779[234]-specific driver code to be activated in an updated driver should the need arise. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
1 parent 0dfa61b commit f71096d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/net/can/rcar_can.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Required properties:
66
"renesas,can-r8a7779" if CAN controller is a part of R8A7779 SoC.
77
"renesas,can-r8a7790" if CAN controller is a part of R8A7790 SoC.
88
"renesas,can-r8a7791" if CAN controller is a part of R8A7791 SoC.
9+
"renesas,can-r8a7792" if CAN controller is a part of R8A7792 SoC.
10+
"renesas,can-r8a7793" if CAN controller is a part of R8A7793 SoC.
11+
"renesas,can-r8a7794" if CAN controller is a part of R8A7794 SoC.
912
"renesas,rcar-gen1-can" for a generic R-Car Gen1 compatible device.
1013
"renesas,rcar-gen2-can" for a generic R-Car Gen2 compatible device.
1114
When compatible with the generic version, nodes must list the

0 commit comments

Comments
 (0)