Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT

2018-04-24 Thread Vaishali Thakkar
On Tue, Apr 24, 2018 at 2:08 PM, Simon Horman  wrote:
> On Sat, Apr 14, 2018 at 12:18:58PM +0200, Wolfram Sang wrote:
>> Document support for the Watchdog Timer (WDT) Controller in the Renesas
>> R-Car M3-N (R8A77965) SoC. No driver update is needed.
>>
>> Signed-off-by: Takeshi Kihara 
>> [wsa: rebased to top-of-tree]
>> Signed-off-by: Wolfram Sang 
>> Reviewed-by: Geert Uytterhoeven 
>
> Reviewed-by: Simon Horman 

Reviewed-by: Vaishali Thakkar 

>> ---
>>
>> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
>>
>>  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt 
>> b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
>> index 123bb1b2654b..613d860f2353 100644
>> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
>> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
>> @@ -15,6 +15,7 @@ Required properties:
>>- "renesas,r8a7794-wdt" (R-Car E2)
>>- "renesas,r8a7795-wdt" (R-Car H3)
>>- "renesas,r8a7796-wdt" (R-Car M3-W)
>> +  - "renesas,r8a77965-wdt" (R-Car M3-N)
>>- "renesas,r8a77970-wdt" (R-Car V3M)
>>- "renesas,r8a77995-wdt" (R-Car D3)
>>  The generic compatible string must be:
>> --
>> 2.11.0
>>


Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT

2018-04-24 Thread Simon Horman
On Sat, Apr 14, 2018 at 12:18:58PM +0200, Wolfram Sang wrote:
> Document support for the Watchdog Timer (WDT) Controller in the Renesas
> R-Car M3-N (R8A77965) SoC. No driver update is needed.
> 
> Signed-off-by: Takeshi Kihara 
> [wsa: rebased to top-of-tree]
> Signed-off-by: Wolfram Sang 
> Reviewed-by: Geert Uytterhoeven 

Reviewed-by: Simon Horman 

> ---
> 
> Change since v1: s/M3N/M3-N/ (Thanks, Geert!)
> 
>  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt 
> b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> index 123bb1b2654b..613d860f2353 100644
> --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
> @@ -15,6 +15,7 @@ Required properties:
>- "renesas,r8a7794-wdt" (R-Car E2)
>- "renesas,r8a7795-wdt" (R-Car H3)
>- "renesas,r8a7796-wdt" (R-Car M3-W)
> +  - "renesas,r8a77965-wdt" (R-Car M3-N)
>- "renesas,r8a77970-wdt" (R-Car V3M)
>- "renesas,r8a77995-wdt" (R-Car D3)
>  The generic compatible string must be:
> -- 
> 2.11.0
> 


Re: [PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT

2018-04-14 Thread Guenter Roeck

On 04/14/2018 03:18 AM, Wolfram Sang wrote:

Document support for the Watchdog Timer (WDT) Controller in the Renesas
R-Car M3-N (R8A77965) SoC. No driver update is needed.

Signed-off-by: Takeshi Kihara 
[wsa: rebased to top-of-tree]
Signed-off-by: Wolfram Sang 
Reviewed-by: Geert Uytterhoeven 


Reviewed-by: Guenter Roeck 


---

Change since v1: s/M3N/M3-N/ (Thanks, Geert!)

  Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
  1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt 
b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
index 123bb1b2654b..613d860f2353 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -15,6 +15,7 @@ Required properties:
 - "renesas,r8a7794-wdt" (R-Car E2)
 - "renesas,r8a7795-wdt" (R-Car H3)
 - "renesas,r8a7796-wdt" (R-Car M3-W)
+- "renesas,r8a77965-wdt" (R-Car M3-N)
 - "renesas,r8a77970-wdt" (R-Car V3M)
 - "renesas,r8a77995-wdt" (R-Car D3)
   The generic compatible string must be:





[PATCH v2] watchdog: renesas-wdt: Add support for the R8A77965 WDT

2018-04-14 Thread Wolfram Sang
Document support for the Watchdog Timer (WDT) Controller in the Renesas
R-Car M3-N (R8A77965) SoC. No driver update is needed.

Signed-off-by: Takeshi Kihara 
[wsa: rebased to top-of-tree]
Signed-off-by: Wolfram Sang 
Reviewed-by: Geert Uytterhoeven 
---

Change since v1: s/M3N/M3-N/ (Thanks, Geert!)

 Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt 
b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
index 123bb1b2654b..613d860f2353 100644
--- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt
@@ -15,6 +15,7 @@ Required properties:
 - "renesas,r8a7794-wdt" (R-Car E2)
 - "renesas,r8a7795-wdt" (R-Car H3)
 - "renesas,r8a7796-wdt" (R-Car M3-W)
+- "renesas,r8a77965-wdt" (R-Car M3-N)
 - "renesas,r8a77970-wdt" (R-Car V3M)
 - "renesas,r8a77995-wdt" (R-Car D3)
   The generic compatible string must be:
-- 
2.11.0