diff options
| author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2017-09-08 04:07:15 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2017-09-19 09:14:07 -0400 |
| commit | 10c1705eced11d6ad710fddcdb57aaa9f85a6f98 (patch) | |
| tree | 1053d934835fd35ca8d904d5385db56f80586994 | |
| parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
spi: rspi: Add r8a7743/5 to the compatible list
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rspi.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt index 8f4169f63936..3b02b3a7cfb2 100644 --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt | |||
| @@ -5,11 +5,14 @@ Required properties: | |||
| 5 | "renesas,rspi-<soctype>", "renesas,rspi" as fallback. | 5 | "renesas,rspi-<soctype>", "renesas,rspi" as fallback. |
| 6 | For Renesas Serial Peripheral Interface on RZ/A1H: | 6 | For Renesas Serial Peripheral Interface on RZ/A1H: |
| 7 | "renesas,rspi-<soctype>", "renesas,rspi-rz" as fallback. | 7 | "renesas,rspi-<soctype>", "renesas,rspi-rz" as fallback. |
| 8 | For Quad Serial Peripheral Interface on R-Car Gen2: | 8 | For Quad Serial Peripheral Interface on R-Car Gen2 and |
| 9 | RZ/G1 devices: | ||
| 9 | "renesas,qspi-<soctype>", "renesas,qspi" as fallback. | 10 | "renesas,qspi-<soctype>", "renesas,qspi" as fallback. |
| 10 | Examples with soctypes are: | 11 | Examples with soctypes are: |
| 11 | - "renesas,rspi-sh7757" (SH) | 12 | - "renesas,rspi-sh7757" (SH) |
| 12 | - "renesas,rspi-r7s72100" (RZ/A1H) | 13 | - "renesas,rspi-r7s72100" (RZ/A1H) |
| 14 | - "renesas,qspi-r8a7743" (RZ/G1M) | ||
| 15 | - "renesas,qspi-r8a7745" (RZ/G1E) | ||
| 13 | - "renesas,qspi-r8a7790" (R-Car H2) | 16 | - "renesas,qspi-r8a7790" (R-Car H2) |
| 14 | - "renesas,qspi-r8a7791" (R-Car M2-W) | 17 | - "renesas,qspi-r8a7791" (R-Car M2-W) |
| 15 | - "renesas,qspi-r8a7792" (R-Car V2H) | 18 | - "renesas,qspi-r8a7792" (R-Car V2H) |
