diff options
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rspi.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt index 95f9b21d239f..e54924b2aff6 100644 --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt | |||
@@ -7,9 +7,11 @@ Required properties: | |||
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: |
9 | "renesas,qspi-<soctype>", "renesas,qspi" as fallback. | 9 | "renesas,qspi-<soctype>", "renesas,qspi" as fallback. |
10 | Examples of valid soctypes are "sh7757" (SH), | 10 | Examples with soctypes are: |
11 | "r7s72100" (RZ/A1H), "r8a7790" (R-Car H2), and | 11 | - "renesas,rspi-sh7757" (SH) |
12 | "r8a7791" (R-Car M2). | 12 | - "renesas,rspi-r7s72100" (RZ/A1H) |
13 | - "renesas,qspi-r8a7790" (R-Car H2) | ||
14 | - "renesas,qspi-r8a7791" (R-Car M2) | ||
13 | - reg : Address start and address range size of the device | 15 | - reg : Address start and address range size of the device |
14 | - interrupts : A list of interrupt-specifiers, one for each entry in | 16 | - interrupts : A list of interrupt-specifiers, one for each entry in |
15 | interrupt-names. | 17 | interrupt-names. |