aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>2018-09-21 13:36:58 -0400
committerWolfram Sang <wsa@the-dreams.de>2018-09-30 18:28:55 -0400
commitf4089fcfdb3d31421bbe0b1f3c3d6c11cd0dcb4d (patch)
tree14875e63e6ca4470e15ab7ff415eeae83e656617
parent4310834412199ac9ab02350e5c360a210478e015 (diff)
dt-bindings: i2c: rcar: Add r8a77470 support
Although the I2C IP found in the RZ/G1C is not exactly the same as the one found in the R-Car Gen2 family or R-Car Gen3 family, it can still be considered as compatible with R-Car Gen2 from a software perpective. This patch therefore documents the SoC specific compatible string, and the compatibility with Gen2 fallback is retained. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Biju Das <biju.das@bp.renesas.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--Documentation/devicetree/bindings/i2c/i2c-rcar.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 39cd21d95810..671e2a14ddbb 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -4,6 +4,7 @@ Required properties:
4- compatible: 4- compatible:
5 "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC. 5 "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
6 "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC. 6 "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
7 "renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC.
7 "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC. 8 "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC.
8 "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. 9 "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
9 "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC. 10 "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.