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

Document RZ/G2M (R8A774A1) SoC 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-sh_mobile.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt b/Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt
index fc7e178..872673a 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-sh_mobile.txt
@@ -6,6 +6,7 @@ Required properties:
 			- "renesas,iic-r8a7740" (R-Mobile A1)
 			- "renesas,iic-r8a7743" (RZ/G1M)
 			- "renesas,iic-r8a7745" (RZ/G1E)
+			- "renesas,iic-r8a774a1" (RZ/G2M)
 			- "renesas,iic-r8a7790" (R-Car H2)
 			- "renesas,iic-r8a7791" (R-Car M2-W)
 			- "renesas,iic-r8a7792" (R-Car V2H)
@@ -17,7 +18,8 @@ Required properties:
 			- "renesas,iic-sh73a0" (SH-Mobile AG5)
 			- "renesas,rcar-gen2-iic" (generic R-Car Gen2 or RZ/G1
 							compatible device)
-			- "renesas,rcar-gen3-iic" (generic R-Car Gen3 compatible device)
+			- "renesas,rcar-gen3-iic" (generic R-Car Gen3 or RZ/G2
+							compatible device)
 			- "renesas,rmobile-iic" (generic device)
 
 			When compatible with a generic R-Car version, nodes
-- 
2.7.4


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

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

On Tue, 14 Aug 2018 13:33:08 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC 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-sh_mobile.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: sh_mobile: Add r8a774a1 support
  2018-08-15 20:15 ` Rob Herring
@ 2018-08-17  9:57   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-08-17  9:57 UTC (permalink / raw)
  To: Rob Herring
  Cc: Fabrizio Castro, Mark Rutland, Wolfram Sang, Biju Das,
	Geert Uytterhoeven, linux-i2c, devicetree, linux-kernel,
	Chris Paterson, linux-renesas-soc

On Wed, Aug 15, 2018 at 02:15:20PM -0600, Rob Herring wrote:
> On Tue, 14 Aug 2018 13:33:08 +0100, Fabrizio Castro wrote:
> > Document RZ/G2M (R8A774A1) SoC 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-sh_mobile.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: sh_mobile: Add r8a774a1 support
  2018-08-14 12:33 [PATCH] dt-bindings: i2c: sh_mobile: Add r8a774a1 support Fabrizio Castro
  2018-08-15 20:15 ` 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, Simon Horman, Biju Das,
	Geert Uytterhoeven, linux-i2c, devicetree, linux-kernel,
	Simon Horman, Chris Paterson, linux-renesas-soc

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

On Tue, Aug 14, 2018 at 01:33:08PM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC 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:33 [PATCH] dt-bindings: i2c: sh_mobile: Add r8a774a1 support Fabrizio Castro
2018-08-15 20:15 ` Rob Herring
2018-08-17  9:57   ` 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).