Re: [PATCH v3 5/7] watchdog: dw_wdt: Support devices with asynch clocks

2020-05-29 Thread Guenter Roeck
On Tue, May 26, 2020 at 06:41:21PM +0300, Serge Semin wrote: > DW Watchdog IP core can be synthesised with asynchronous timer/APB > clocks support (WDT_ASYNC_CLK_MODE_ENABLE == 1). In this case > separate clock signals are supposed to be used to feed watchdog timer > and APB interface of the device

[PATCH v3 5/7] watchdog: dw_wdt: Support devices with asynch clocks

2020-05-26 Thread Serge Semin
DW Watchdog IP core can be synthesised with asynchronous timer/APB clocks support (WDT_ASYNC_CLK_MODE_ENABLE == 1). In this case separate clock signals are supposed to be used to feed watchdog timer and APB interface of the device. Currently the driver supports the synchronous mode only. Since ther