diff options
author | Chris Brandt <chris.brandt@renesas.com> | 2018-09-27 16:35:19 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-28 00:28:30 +0200 |
commit | 73569a50959e4ec63bcf05839a030e799a350de1 (patch) | |
tree | 9789819aa8eb8231af4ebef1682fb2472b870a76 /Documentation/devicetree/bindings/spi | |
parent | spi: sprd: don't mark remove function as __exit (diff) | |
download | linux-73569a50959e4ec63bcf05839a030e799a350de1.tar.xz linux-73569a50959e4ec63bcf05839a030e799a350de1.zip |
dt-bindings: spi: rspi: Add R7S9210 support
Add support for RZ/A2
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rspi.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt index 96fd58548f69..dd5c36a0b9ac 100644 --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt @@ -3,7 +3,7 @@ Device tree configuration for Renesas RSPI/QSPI driver Required properties: - compatible : For Renesas Serial Peripheral Interface on legacy SH: "renesas,rspi-<soctype>", "renesas,rspi" as fallback. - For Renesas Serial Peripheral Interface on RZ/A1H: + For Renesas Serial Peripheral Interface on RZ/A: "renesas,rspi-<soctype>", "renesas,rspi-rz" as fallback. For Quad Serial Peripheral Interface on R-Car Gen2 and RZ/G1 devices: @@ -11,6 +11,7 @@ Required properties: Examples with soctypes are: - "renesas,rspi-sh7757" (SH) - "renesas,rspi-r7s72100" (RZ/A1H) + - "renesas,rspi-r7s9210" (RZ/A2) - "renesas,qspi-r8a7743" (RZ/G1M) - "renesas,qspi-r8a7745" (RZ/G1E) - "renesas,qspi-r8a7790" (R-Car H2) |