Message ID | 9558127ad3a49fc6e03a0f9cb9ff19917f4e52ab.1643898531.git.geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | b36fc8181e3b31ba9e11c6a1938aa5bede10206f |
Headers | show |
Series | i2c: rcar: Add R-Car S4-8 support | expand |
On Thu, Feb 03, 2022 at 03:33:16PM +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car S4-8 > (R8A779F0) SoC, including a new family-specific compatible value for the > R-Car Gen4 family. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
On Thu, 03 Feb 2022 15:33:16 +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car S4-8 > (R8A779F0) SoC, including a new family-specific compatible value for the > R-Car Gen4 family. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Thu, Feb 03, 2022 at 03:33:16PM +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car S4-8 > (R8A779F0) SoC, including a new family-specific compatible value for the > R-Car Gen4 family. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied to for-next, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml index 052aad44e781a561..c30107833a5145f9 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml @@ -49,6 +49,11 @@ properties: - renesas,i2c-r8a779a0 # R-Car V3U - const: renesas,rcar-gen3-i2c # R-Car Gen3 and RZ/G2 + - items: + - enum: + - renesas,i2c-r8a779f0 # R-Car S4-8 + - const: renesas,rcar-gen4-i2c # R-Car Gen4 + reg: maxItems: 1 @@ -132,6 +137,7 @@ allOf: enum: - renesas,rcar-gen2-i2c - renesas,rcar-gen3-i2c + - renesas,rcar-gen4-i2c then: required: - resets
Document support for the I2C Bus Interfaces in the Renesas R-Car S4-8 (R8A779F0) SoC, including a new family-specific compatible value for the R-Car Gen4 family. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 6 ++++++ 1 file changed, 6 insertions(+)