Re: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist

2018-04-23 Thread Simon Horman
On Fri, Apr 20, 2018 at 02:20:49PM +0200, Geert Uytterhoeven wrote:
> System restart triggered by watchdog time-out works fine on a Koelsch
> board with R-Car M2-W ES2.0.
> 
> Signed-off-by: Geert Uytterhoeven 

Reviewed-by: Simon Horman 



Re: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist

2018-04-20 Thread Guenter Roeck

On 04/20/2018 05:20 AM, Geert Uytterhoeven wrote:

System restart triggered by watchdog time-out works fine on a Koelsch
board with R-Car M2-W ES2.0.

Signed-off-by: Geert Uytterhoeven 


Reviewed-by: Guenter Roeck 


---
Thanks to Magnus and Shimoda-san for providing board access!
---
  drivers/watchdog/renesas_wdt.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
index 514db5cc15951125..88d81feba4e60087 100644
--- a/drivers/watchdog/renesas_wdt.c
+++ b/drivers/watchdog/renesas_wdt.c
@@ -146,7 +146,7 @@ static const struct soc_device_attribute 
rwdt_quirks_match[] = {
.data = (void *)1,  /* needs single CPU */
}, {
.soc_id = "r8a7791",
-   .revision = "ES[12].*",
+   .revision = "ES1.*",
.data = (void *)1,  /* needs single CPU */
}, {
.soc_id = "r8a7792",





RE: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist

2018-04-20 Thread Fabrizio Castro
> Subject: [PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist
>
> System restart triggered by watchdog time-out works fine on a Koelsch
> board with R-Car M2-W ES2.0.
>
> Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be>

Acked-by: Fabrizio Castro <fabrizio.cas...@bp.renesas.com>

> ---
> Thanks to Magnus and Shimoda-san for providing board access!
> ---
>  drivers/watchdog/renesas_wdt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
> index 514db5cc15951125..88d81feba4e60087 100644
> --- a/drivers/watchdog/renesas_wdt.c
> +++ b/drivers/watchdog/renesas_wdt.c
> @@ -146,7 +146,7 @@ static const struct soc_device_attribute 
> rwdt_quirks_match[] = {
>  .data = (void *)1,/* needs single CPU */
>  }, {
>  .soc_id = "r8a7791",
> -.revision = "ES[12].*",
> +.revision = "ES1.*",
>  .data = (void *)1,/* needs single CPU */
>  }, {
>  .soc_id = "r8a7792",
> --
> 2.7.4




Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, 
Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered 
No. 04586709.


[PATCH] watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist

2018-04-20 Thread Geert Uytterhoeven
System restart triggered by watchdog time-out works fine on a Koelsch
board with R-Car M2-W ES2.0.

Signed-off-by: Geert Uytterhoeven 
---
Thanks to Magnus and Shimoda-san for providing board access!
---
 drivers/watchdog/renesas_wdt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c
index 514db5cc15951125..88d81feba4e60087 100644
--- a/drivers/watchdog/renesas_wdt.c
+++ b/drivers/watchdog/renesas_wdt.c
@@ -146,7 +146,7 @@ static const struct soc_device_attribute 
rwdt_quirks_match[] = {
.data = (void *)1,  /* needs single CPU */
}, {
.soc_id = "r8a7791",
-   .revision = "ES[12].*",
+   .revision = "ES1.*",
.data = (void *)1,  /* needs single CPU */
}, {
.soc_id = "r8a7792",
-- 
2.7.4