Message ID | b83a745334b0aea8bffae5a41db2543100ad5e30.1706789816.git.geert+renesas@glider.be |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml > index c4ace5585e1e22d3..51b220da461b068d 100644 > --- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml > +++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml > @@ -53,6 +53,7 @@ properties: > - renesas,i2c-r8a779a0 # R-Car V3U > - renesas,i2c-r8a779f0 # R-Car S4-8 > - renesas,i2c-r8a779g0 # R-Car V4H > + - renesas,i2c-r8a779h0 # R-Car V4M > - const: renesas,rcar-gen4-i2c # R-Car Gen4 > > reg: > -- > 2.34.1 >
Hi Geert, On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Andi Shyti <andi.shyti@kernel.org> Thanks, Andi
Hi On Thu, 01 Feb 2024 13:18:51 +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car V4M > (R8A779H0) SoC. > > Applied to i2c/i2c-host on git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git Thank you, Andi Patches applied =============== [1/1] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support commit: 4b5cb5c1a346d4e5e35a1032ff0a1e8dd3b27052
On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote: > Document support for the I2C Bus Interfaces in the Renesas R-Car V4M > (R8A779H0) SoC. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml index c4ace5585e1e22d3..51b220da461b068d 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml @@ -53,6 +53,7 @@ properties: - renesas,i2c-r8a779a0 # R-Car V3U - renesas,i2c-r8a779f0 # R-Car S4-8 - renesas,i2c-r8a779g0 # R-Car V4H + - renesas,i2c-r8a779h0 # R-Car V4M - const: renesas,rcar-gen4-i2c # R-Car Gen4 reg:
Document support for the I2C Bus Interfaces in the Renesas R-Car V4M (R8A779H0) SoC. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 1 + 1 file changed, 1 insertion(+)