Re: [PATCH V3] watchdog: stm32: add dynamic prescaler support

2019-05-03 Thread Guenter Roeck
On Fri, May 03, 2019 at 03:48:26PM +0200, Ludovic Barre wrote: > From: Ludovic Barre > > This patch allows to define the max prescaler by compatible. > To set a large range of timeout, the prescaler should be set > dynamically (from the timeout request) to improve the resolution > in order to hav

[PATCH V3] watchdog: stm32: add dynamic prescaler support

2019-05-03 Thread Ludovic Barre
From: Ludovic Barre This patch allows to define the max prescaler by compatible. To set a large range of timeout, the prescaler should be set dynamically (from the timeout request) to improve the resolution in order to have a timeout close to the expected value. Signed-off-by: Ludovic Barre ---