Re: [PATCH] watchdog: sbsa: timeout should be in "millisecond"

2020-12-03 Thread Tom Rini
On Wed, Nov 25, 2020 at 12:55:47PM +0800, Qiang Zhao wrote: > From: Zhao Qiang > > timeout should be in "millisecond" instead of second, > so divided it by 1000 when calculate the load value. > > Signed-off-by: Zhao Qiang Applied to u-boot/master, thanks! -- Tom signature.asc Description:

[PATCH] watchdog: sbsa: timeout should be in "millisecond"

2020-11-24 Thread Qiang Zhao
From: Zhao Qiang timeout should be in "millisecond" instead of second, so divided it by 1000 when calculate the load value. Signed-off-by: Zhao Qiang --- drivers/watchdog/sbsa_gwdt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/sbsa_gwdt.c b/drivers/watc