diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2018-08-14 08:32:55 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2018-08-20 08:05:09 -0400 |
commit | 0857f50807709ae109b9d11d7ca88c44dc7ca99f (patch) | |
tree | aeaed95bae026a3c68e98b498caf08e2ee729c08 | |
parent | de460c20f4d76a25555458e2ec478f01b31fa60c (diff) |
dt-bindings: i2c: rcar: Add r8a774a1 support
Document RZ/G2M (R8A774A1) I2C compatibility with the relevant driver
dt-bindings.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt index 7bb64846d6fd..39cd21d95810 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-r8a774a1" if the device is a part of a R8A774A1 SoC. | ||
7 | "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. | 8 | "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. |
8 | "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC. | 9 | "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC. |
9 | "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC. | 10 | "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC. |
@@ -21,7 +22,8 @@ Required properties: | |||
21 | "renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device. | 22 | "renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device. |
22 | "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible | 23 | "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible |
23 | device. | 24 | device. |
24 | "renesas,rcar-gen3-i2c" for a generic R-Car Gen3 compatible device. | 25 | "renesas,rcar-gen3-i2c" for a generic R-Car Gen3 or RZ/G2 compatible |
26 | device. | ||
25 | "renesas,i2c-rcar" (deprecated) | 27 | "renesas,i2c-rcar" (deprecated) |
26 | 28 | ||
27 | When compatible with the generic version, nodes must list the | 29 | When compatible with the generic version, nodes must list the |