Message ID | 1544732342-6131-1-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | dt-bindings: i2c: rcar: Add r8a774c0 support | expand |
On Thu, Dec 13, 2018 at 9:19 PM Fabrizio Castro <fabrizio.castro@bp.renesas.com> wrote: > Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver device > dt-bindings. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
Hello Geert, Thank you for your feedback! > From: devicetree-owner@vger.kernel.org <devicetree-owner@vger.kernel.org> On Behalf Of Geert Uytterhoeven > Sent: 14 December 2018 10:08 > Subject: Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774c0 support > > On Thu, Dec 13, 2018 at 9:19 PM Fabrizio Castro > <fabrizio.castro@bp.renesas.com> wrote: > > Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver > > device Will send a v2 to fix this. Thanks, Fab > > > dt-bindings. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds [https://www2.renesas.eu/media/email/unicef.jpg] This Christmas, instead of sending out cards, Renesas Electronics Europe have decided to support Unicef with a donation. For further details click here<https://www.unicef.org/> to find out about the valuable work they do, helping children all over the world. We would like to take this opportunity to wish you a Merry Christmas and a prosperous New Year. Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
On Thu, Dec 13, 2018 at 08:19:02PM +0000, Fabrizio Castro wrote: > Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver > dt-bindings. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Thu, Dec 13, 2018 at 08:19:02PM +0000, Fabrizio Castro wrote: > Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver > dt-bindings. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Fixed the typo in the commit message and applied to for-next, thanks!
Hello Wolfram, > From: Wolfram Sang <wsa@the-dreams.de> > Sent: 17 December 2018 22:24 > To: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>; Wolfram Sang <wsa+renesas@sang- > engineering.com>; Geert Uytterhoeven <geert+renesas@glider.be>; Simon Horman <horms+renesas@verge.net.au>; Biju Das > <biju.das@bp.renesas.com>; Ulrich Hecht <ulrich.hecht+renesas@gmail.com>; Sergei Shtylyov > <sergei.shtylyov@cogentembedded.com>; Hiromitsu Yamasaki <hiromitsu.yamasaki.ym@renesas.com>; linux-i2c@vger.kernel.org; > devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; Simon Horman <horms@verge.net.au>; Chris Paterson > <Chris.Paterson2@renesas.com>; linux-renesas-soc@vger.kernel.org > Subject: Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774c0 support > > On Thu, Dec 13, 2018 at 08:19:02PM +0000, Fabrizio Castro wrote: > > Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver > > dt-bindings. > > > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> > > Fixed the typo in the commit message and applied to for-next, thanks! > Thank you for fixing! Fab [https://www2.renesas.eu/media/email/unicef.jpg] This Christmas, instead of sending out cards, Renesas Electronics Europe have decided to support Unicef with a donation. For further details click here<https://www.unicef.org/> to find out about the valuable work they do, helping children all over the world. We would like to take this opportunity to wish you a Merry Christmas and a prosperous New Year. Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt index 30c0485..3ee5e8f 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt @@ -7,6 +7,7 @@ Required properties: "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC. "renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC. "renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC. + "renesas,i2c-r8a774c0" if the device is a part of a R8A774C0 SoC. "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC. "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC. "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC.
Document RZ/G2E (R8A774C0) I2C compatibility with the relevant driver dt-bindings. Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> --- Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 + 1 file changed, 1 insertion(+)