Re: [PATCH 20/25] hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input

2021-01-22 Thread Luc Michel
On 19:06 Thu 21 Jan , Peter Maydell wrote: > Switch the CMSDK APB watchdog device over to using its Clock input; > the wdogclk_frq property is now ignored. > > Signed-off-by: Peter Maydell Reviewed-by: Luc Michel > --- > hw/watchdog/cmsdk-apb-watchdog.c | 18 ++ > 1 file c

Re: [PATCH 20/25] hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input

2021-01-21 Thread Philippe Mathieu-Daudé
On 1/21/21 8:06 PM, Peter Maydell wrote: > Switch the CMSDK APB watchdog device over to using its Clock input; > the wdogclk_frq property is now ignored. > > Signed-off-by: Peter Maydell > --- > hw/watchdog/cmsdk-apb-watchdog.c | 18 ++ > 1 file changed, 14 insertions(+), 4 delet

[PATCH 20/25] hw/watchdog/cmsdk-apb-watchdog: Convert to use Clock input

2021-01-21 Thread Peter Maydell
Switch the CMSDK APB watchdog device over to using its Clock input; the wdogclk_frq property is now ignored. Signed-off-by: Peter Maydell --- hw/watchdog/cmsdk-apb-watchdog.c | 18 ++ 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/hw/watchdog/cmsdk-apb-watchdog.c