linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support
@ 2018-08-14 12:33 Fabrizio Castro
  2018-08-14 13:29 ` Guenter Roeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrizio Castro @ 2018-08-14 12:33 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, linux-watchdog, devicetree, linux-kernel,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	linux-renesas-soc

RZ/G2M (R8A774A1) watchdog implementation is compatible with R-Car
Gen3, therefore add relevant documentation.

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

diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
index 5d47a26..9407212 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -7,6 +7,7 @@ Required properties:
 	       Examples with soctypes are:
 		 - "renesas,r8a7743-wdt" (RZ/G1M)
 		 - "renesas,r8a7745-wdt" (RZ/G1E)
+		 - "renesas,r8a774a1-wdt" (RZ/G2M)
 	         - "renesas,r8a7790-wdt" (R-Car H2)
 	         - "renesas,r8a7791-wdt" (R-Car M2-W)
 	         - "renesas,r8a7792-wdt" (R-Car V2H)
@@ -21,8 +22,8 @@ Required properties:
 	         - "renesas,r7s72100-wdt" (RZ/A1)
 		The generic compatible string must be:
 		 - "renesas,rza-wdt" for RZ/A
-		 - "renesas,rcar-gen2-wdt" for R-Car Gen2 and RZ/G
-		 - "renesas,rcar-gen3-wdt" for R-Car Gen3
+		 - "renesas,rcar-gen2-wdt" for R-Car Gen2 and RZ/G1
+		 - "renesas,rcar-gen3-wdt" for R-Car Gen3 and RZ/G2
 
 - reg : Should contain WDT registers location and length
 - clocks : the clock feeding the watchdog timer.
-- 
2.7.4


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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support
  2018-08-14 12:33 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support Fabrizio Castro
@ 2018-08-14 13:29 ` Guenter Roeck
  2018-08-15 20:21 ` Rob Herring
  2018-08-17  9:58 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Guenter Roeck @ 2018-08-14 13:29 UTC (permalink / raw)
  To: Fabrizio Castro, Wim Van Sebroeck, Rob Herring, Mark Rutland
  Cc: linux-watchdog, devicetree, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

On 08/14/2018 05:33 AM, Fabrizio Castro wrote:
> RZ/G2M (R8A774A1) watchdog implementation is compatible with R-Car
> Gen3, therefore add relevant documentation.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> index 5d47a26..9407212 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -7,6 +7,7 @@ Required properties:
>   	       Examples with soctypes are:
>   		 - "renesas,r8a7743-wdt" (RZ/G1M)
>   		 - "renesas,r8a7745-wdt" (RZ/G1E)
> +		 - "renesas,r8a774a1-wdt" (RZ/G2M)
>   	         - "renesas,r8a7790-wdt" (R-Car H2)
>   	         - "renesas,r8a7791-wdt" (R-Car M2-W)
>   	         - "renesas,r8a7792-wdt" (R-Car V2H)
> @@ -21,8 +22,8 @@ Required properties:
>   	         - "renesas,r7s72100-wdt" (RZ/A1)
>   		The generic compatible string must be:
>   		 - "renesas,rza-wdt" for RZ/A
> -		 - "renesas,rcar-gen2-wdt" for R-Car Gen2 and RZ/G
> -		 - "renesas,rcar-gen3-wdt" for R-Car Gen3
> +		 - "renesas,rcar-gen2-wdt" for R-Car Gen2 and RZ/G1
> +		 - "renesas,rcar-gen3-wdt" for R-Car Gen3 and RZ/G2
>   
>   - reg : Should contain WDT registers location and length
>   - clocks : the clock feeding the watchdog timer.
> 


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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support
  2018-08-14 12:33 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support Fabrizio Castro
  2018-08-14 13:29 ` Guenter Roeck
@ 2018-08-15 20:21 ` Rob Herring
  2018-08-17  9:58 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-08-15 20:21 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Wim Van Sebroeck, Guenter Roeck, Mark Rutland, Fabrizio Castro,
	linux-watchdog, devicetree, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

On Tue, 14 Aug 2018 13:33:48 +0100, Fabrizio Castro wrote:
> RZ/G2M (R8A774A1) watchdog implementation is compatible with R-Car
> Gen3, therefore add relevant documentation.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 

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

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

* Re: [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support
  2018-08-14 12:33 [PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a774a1 support Fabrizio Castro
  2018-08-14 13:29 ` Guenter Roeck
  2018-08-15 20:21 ` Rob Herring
@ 2018-08-17  9:58 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-08-17  9:58 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Mark Rutland,
	linux-watchdog, devicetree, linux-kernel, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

On Tue, Aug 14, 2018 at 01:33:48PM +0100, Fabrizio Castro wrote:
> RZ/G2M (R8A774A1) watchdog implementation is compatible with R-Car
> Gen3, therefore add relevant documentation.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

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


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

end of thread, other threads:[~2018-08-17  9:58 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: watchdog: renesas-wdt: Document r8a774a1 support Fabrizio Castro
2018-08-14 13:29 ` Guenter Roeck
2018-08-15 20:21 ` Rob Herring
2018-08-17  9:58 ` Simon Horman

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