linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: gpio: rcar: Add r8a774a1 (RZ/G2M) support
@ 2018-08-14 12:32 Fabrizio Castro
  2018-08-15 20:13 ` Rob Herring
  2018-08-29 11:46 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-08-14 12:32 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, linux-gpio, devicetree, linux-kernel,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc

Document Renesas' RZ/G2M (R8A774A1) GPIO blocks compatibility within the
relevant dt-bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
index 4018ee5..e82144a 100644
--- a/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
+++ b/Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt
@@ -6,6 +6,7 @@ Required Properties:
     - "renesas,gpio-r8a7743": for R8A7743 (RZ/G1M) compatible GPIO controller.
     - "renesas,gpio-r8a7745": for R8A7745 (RZ/G1E) compatible GPIO controller.
     - "renesas,gpio-r8a77470": for R8A77470 (RZ/G1C) compatible GPIO controller.
+    - "renesas,gpio-r8a774a1": for R8A774A1 (RZ/G2M) compatible GPIO controller.
     - "renesas,gpio-r8a7778": for R8A7778 (R-Car M1) compatible GPIO controller.
     - "renesas,gpio-r8a7779": for R8A7779 (R-Car H1) compatible GPIO controller.
     - "renesas,gpio-r8a7790": for R8A7790 (R-Car H2) compatible GPIO controller.
@@ -22,7 +23,7 @@ Required Properties:
     - "renesas,gpio-r8a77995": for R8A77995 (R-Car D3) compatible GPIO controller.
     - "renesas,rcar-gen1-gpio": for a generic R-Car Gen1 GPIO controller.
     - "renesas,rcar-gen2-gpio": for a generic R-Car Gen2 or RZ/G1 GPIO controller.
-    - "renesas,rcar-gen3-gpio": for a generic R-Car Gen3 GPIO controller.
+    - "renesas,rcar-gen3-gpio": for a generic R-Car Gen3 or RZ/G2 GPIO controller.
     - "renesas,gpio-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: gpio: rcar: Add r8a774a1 (RZ/G2M) support
  2018-08-14 12:32 [PATCH] dt-bindings: gpio: rcar: Add r8a774a1 (RZ/G2M) support Fabrizio Castro
@ 2018-08-15 20:13 ` Rob Herring
  2018-08-17  9:54   ` Simon Horman
  2018-08-29 11:46 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2018-08-15 20:13 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Linus Walleij, Mark Rutland, Fabrizio Castro, linux-gpio,
	devicetree, linux-kernel, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, 14 Aug 2018 13:32:37 +0100, Fabrizio Castro wrote:
> Document Renesas' RZ/G2M (R8A774A1) GPIO blocks compatibility within the
> relevant dt-bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

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

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

* Re: [PATCH] dt-bindings: gpio: rcar: Add r8a774a1 (RZ/G2M) support
  2018-08-15 20:13 ` Rob Herring
@ 2018-08-17  9:54   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-08-17  9:54 UTC (permalink / raw)
  To: Rob Herring
  Cc: Fabrizio Castro, Linus Walleij, Mark Rutland, linux-gpio,
	devicetree, linux-kernel, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc

On Wed, Aug 15, 2018 at 02:13:01PM -0600, Rob Herring wrote:
> On Tue, 14 Aug 2018 13:32:37 +0100, Fabrizio Castro wrote:
> > Document Renesas' RZ/G2M (R8A774A1) GPIO blocks compatibility within the
> > relevant dt-bindings.
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> >  Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt | 3 ++-
> >  1 file changed, 2 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: gpio: rcar: Add r8a774a1 (RZ/G2M) support
  2018-08-14 12:32 [PATCH] dt-bindings: gpio: rcar: Add r8a774a1 (RZ/G2M) support Fabrizio Castro
  2018-08-15 20:13 ` Rob Herring
@ 2018-08-29 11:46 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2018-08-29 11:46 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Rob Herring, Mark Rutland, open list:GPIO SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	linux-kernel, Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Biju Das, Linux-Renesas

On Tue, Aug 14, 2018 at 2:32 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:

> Document Renesas' RZ/G2M (R8A774A1) GPIO blocks compatibility within the
> relevant dt-bindings.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

Patch applied with the ACKs.

Yours,
Linus Walleij

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

end of thread, other threads:[~2018-08-29 11:46 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: gpio: rcar: Add r8a774a1 (RZ/G2M) support Fabrizio Castro
2018-08-15 20:13 ` Rob Herring
2018-08-17  9:54   ` Simon Horman
2018-08-29 11:46 ` Linus Walleij

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).