diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2018-11-01 15:35:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-07 18:40:47 +0300 |
commit | df80e0478972260bf285c5ed33f99b2424fba2af (patch) | |
tree | 5550ea9c1d06474235781810e95d7aab0d3e60ef | |
parent | 81df42d10457d3aef5321e9772c8eef173adf7f7 (diff) | |
download | linux-df80e0478972260bf285c5ed33f99b2424fba2af.tar.xz |
spi: rspi: Add r8a77470 to the compatible list
Add r8a77470 to the list of examples with soctypes.
No driver change is needed as "renesas,qspi" will activate
the right code within the corresponding driver.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt b/Documentation/devicetree/bindings/spi/spi-rspi.txt index fc97ad64fbf2..421722b93992 100644 --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt @@ -15,6 +15,7 @@ Required properties: - "renesas,qspi-r8a7743" (RZ/G1M) - "renesas,qspi-r8a7744" (RZ/G1N) - "renesas,qspi-r8a7745" (RZ/G1E) + - "renesas,qspi-r8a77470" (RZ/G1C) - "renesas,qspi-r8a7790" (R-Car H2) - "renesas,qspi-r8a7791" (R-Car M2-W) - "renesas,qspi-r8a7792" (R-Car V2H) |