diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-07-12 12:24:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-17 12:09:58 +0100 |
commit | 3d108f1e2d4c21026750cd4107e03b3e7a3e98a0 (patch) | |
tree | 1e0c30e960f8e4298537cb869b66c9871e98b5a8 /Documentation | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-3d108f1e2d4c21026750cd4107e03b3e7a3e98a0.tar.gz linux-3d108f1e2d4c21026750cd4107e03b3e7a3e98a0.tar.bz2 linux-3d108f1e2d4c21026750cd4107e03b3e7a3e98a0.zip |
spi: sh-msiof: Add support for R-Car H3
Add support for MSIOF in r8a7795 (R-Car H3).
Due to a hardware erratum on R-Car H3 ES1.x, this is only supported on
ES2.0 and later.
No driver update is needed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/sh-msiof.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/sh-msiof.txt b/Documentation/devicetree/bindings/spi/sh-msiof.txt index 64ee489571c4..39e5ef7c5e71 100644 --- a/Documentation/devicetree/bindings/spi/sh-msiof.txt +++ b/Documentation/devicetree/bindings/spi/sh-msiof.txt @@ -6,6 +6,7 @@ Required properties: "renesas,msiof-r8a7792" (R-Car V2H) "renesas,msiof-r8a7793" (R-Car M2-N) "renesas,msiof-r8a7794" (R-Car E2) + "renesas,msiof-r8a7795" (R-Car H3) "renesas,msiof-r8a7796" (R-Car M3-W) "renesas,msiof-sh73a0" (SH-Mobile AG5) "renesas,sh-mobile-msiof" (generic SH-Mobile compatibile device) |