linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support
@ 2018-08-14 12:32 Fabrizio Castro
  2018-08-15 20:14 ` Rob Herring
  2018-08-20 12:05 ` Wolfram Sang
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-08-14 12:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, Wolfram Sang, Geert Uytterhoeven, Simon Horman,
	Sergei Shtylyov, Hiromitsu Yamasaki, Ulrich Hecht, linux-i2c,
	devicetree, linux-kernel, Simon Horman, Chris Paterson, Biju Das,
	linux-renesas-soc

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>
---
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 7bb6484..39cd21d 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -4,6 +4,7 @@ Required properties:
 - compatible:
 	"renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
 	"renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
+	"renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 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.
@@ -21,7 +22,8 @@ Required properties:
 	"renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
 	"renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible
 				device.
-	"renesas,rcar-gen3-i2c" for a generic R-Car Gen3 compatible device.
+	"renesas,rcar-gen3-i2c" for a generic R-Car Gen3 or RZ/G2 compatible
+				device.
 	"renesas,i2c-rcar" (deprecated)
 
 	When compatible with the generic version, nodes must list the
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support
  2018-08-14 12:32 [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support Fabrizio Castro
@ 2018-08-15 20:14 ` Rob Herring
  2018-08-17  9:56   ` Simon Horman
  2018-08-20 12:05 ` Wolfram Sang
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-08-15 20:14 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Mark Rutland, Fabrizio Castro, Wolfram Sang, Geert Uytterhoeven,
	Simon Horman, Sergei Shtylyov, Hiromitsu Yamasaki, Ulrich Hecht,
	linux-i2c, devicetree, linux-kernel, Simon Horman,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, 14 Aug 2018 13:32:55 +0100, Fabrizio Castro wrote:
> 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>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support
  2018-08-15 20:14 ` Rob Herring
@ 2018-08-17  9:56   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-08-17  9:56 UTC (permalink / raw)
  To: Rob Herring
  Cc: Fabrizio Castro, Mark Rutland, Wolfram Sang, Geert Uytterhoeven,
	Sergei Shtylyov, Hiromitsu Yamasaki, Ulrich Hecht, linux-i2c,
	devicetree, linux-kernel, Chris Paterson, Biju Das,
	linux-renesas-soc

On Wed, Aug 15, 2018 at 02:14:42PM -0600, Rob Herring wrote:
> On Tue, 14 Aug 2018 13:32:55 +0100, Fabrizio Castro wrote:
> > 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>
> > ---
> >  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> > 
> 
> Reviewed-by: Rob Herring <robh@kernel.org>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support
  2018-08-14 12:32 [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support Fabrizio Castro
  2018-08-15 20:14 ` Rob Herring
@ 2018-08-20 12:05 ` Wolfram Sang
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-08-20 12:05 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, Wolfram Sang, Geert Uytterhoeven,
	Simon Horman, Sergei Shtylyov, Hiromitsu Yamasaki, Ulrich Hecht,
	linux-i2c, devicetree, linux-kernel, Simon Horman,
	Chris Paterson, Biju Das, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

On Tue, Aug 14, 2018 at 01:32:55PM +0100, Fabrizio Castro wrote:
> 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>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-08-20 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14 12:32 [PATCH] dt-bindings: i2c: rcar: Add r8a774a1 support Fabrizio Castro
2018-08-15 20:14 ` Rob Herring
2018-08-17  9:56   ` Simon Horman
2018-08-20 12:05 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).