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

2021-01-27 Thread Philippe Mathieu-Daudé
On 1/21/21 8:06 PM, Peter Maydell wrote: > Switch the CMSDK APB dualtimer device over to using its Clock input; > the pclk-frq property is now ignored. > > Signed-off-by: Peter Maydell > --- > hw/timer/cmsdk-apb-dualtimer.c | 42 ++ > 1 file changed, 37 insertions

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

2021-01-23 Thread Luc Michel
On 21:41 Fri 22 Jan , Peter Maydell wrote: > On Fri, 22 Jan 2021 at 20:48, Luc Michel wrote: > > > > On 19:06 Thu 21 Jan , Peter Maydell wrote: > > > Switch the CMSDK APB dualtimer device over to using its Clock input; > > > the pclk-frq property is now ignored. > > > > > > Signed-off-by:

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

2021-01-22 Thread Peter Maydell
On Fri, 22 Jan 2021 at 20:48, Luc Michel wrote: > > On 19:06 Thu 21 Jan , Peter Maydell wrote: > > Switch the CMSDK APB dualtimer device over to using its Clock input; > > the pclk-frq property is now ignored. > > > > Signed-off-by: Peter Maydell > > --- > > hw/timer/cmsdk-apb-dualtimer.c |

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

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

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

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