diff options
author | Geert Uytterhoeven <[email protected]> | 2022-05-02 15:34:54 +0200 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2022-05-04 21:51:20 +0200 |
commit | 1621fe09fec6386a6c0a3390c51d1196b4e92566 (patch) | |
tree | 4c6c76a720fff47d40ec3a2544b478293c139e06 | |
parent | a57f9b4dd6f5772750d8776c08c0d23c6b823da9 (diff) |
dt-bindings: i2c: renesas,rcar-i2c: R-Car V3U is R-Car Gen4
Despite the name, R-Car V3U is the first member of the R-Car Gen4
family. I2C on R-Car V3U also supports some extra features (e.g. Slave
Clock Stretch Select), which are supported by other R-Car Gen4 SoCs, but
not by any other R-Car Gen3 SoC.
Hence move its compatible value to the R-Car Gen4 section.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Wolfram Sang <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml index c30107833a51..f9929578c761 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml @@ -46,11 +46,11 @@ properties: - renesas,i2c-r8a77980 # R-Car V3H - renesas,i2c-r8a77990 # R-Car E3 - renesas,i2c-r8a77995 # R-Car D3 - - renesas,i2c-r8a779a0 # R-Car V3U - const: renesas,rcar-gen3-i2c # R-Car Gen3 and RZ/G2 - items: - enum: + - renesas,i2c-r8a779a0 # R-Car V3U - renesas,i2c-r8a779f0 # R-Car S4-8 - const: renesas,rcar-gen4-i2c # R-Car Gen4 |