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

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

Re: [PATCH 18/25] hw/timer/cmsdk-apb-timer: 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 timer device over to using its Clock input; the > pclk-frq property is now ignored. > > Signed-off-by: Peter Maydell > --- > hw/timer/cmsdk-apb-timer.c | 18 ++ > 1 file changed, 14 insertions(+), 4 deletions(-) > >

[PATCH 18/25] hw/timer/cmsdk-apb-timer: Convert to use Clock input

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