diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-05-03 09:02:33 -0400 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2018-05-08 04:41:38 -0400 |
commit | 1469c5f033a287dc25d113ea65c498c0603fbaa1 (patch) | |
tree | a0ceb01be0e42e623a2f874dcad4f1a685592e47 | |
parent | 6ee00865ffe4e8c8ba4a68d26db53c7ec09bbb89 (diff) |
dt-bindings: can: rcar_can: Fix R8A7796 SoC name
R8A7796 is R-Car M3-W.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r-- | Documentation/devicetree/bindings/net/can/rcar_canfd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/can/rcar_canfd.txt b/Documentation/devicetree/bindings/net/can/rcar_canfd.txt index 93c3a6ae32f9..1a4ee1d2506d 100644 --- a/Documentation/devicetree/bindings/net/can/rcar_canfd.txt +++ b/Documentation/devicetree/bindings/net/can/rcar_canfd.txt | |||
@@ -5,7 +5,7 @@ Required properties: | |||
5 | - compatible: Must contain one or more of the following: | 5 | - compatible: Must contain one or more of the following: |
6 | - "renesas,rcar-gen3-canfd" for R-Car Gen3 compatible controller. | 6 | - "renesas,rcar-gen3-canfd" for R-Car Gen3 compatible controller. |
7 | - "renesas,r8a7795-canfd" for R8A7795 (R-Car H3) compatible controller. | 7 | - "renesas,r8a7795-canfd" for R8A7795 (R-Car H3) compatible controller. |
8 | - "renesas,r8a7796-canfd" for R8A7796 (R-Car M3) compatible controller. | 8 | - "renesas,r8a7796-canfd" for R8A7796 (R-Car M3-W) compatible controller. |
9 | 9 | ||
10 | When compatible with the generic version, nodes must list the | 10 | When compatible with the generic version, nodes must list the |
11 | SoC-specific version corresponding to the platform first, followed by the | 11 | SoC-specific version corresponding to the platform first, followed by the |