Re: [PATCH V3 1/3] watchdog: stm32: add pclk feature for stm32mp1

2018-06-21 Thread Ludovic BARRE
On 06/20/2018 09:14 PM, Rob Herring wrote: On Wed, Jun 20, 2018 at 03:51:36PM +0200, Ludovic Barre wrote: From: Ludovic Barre This patch adds config data to manage specific properties by compatible. Adds stm32mp1 config which requires pclk clock. Signed-off-by: Ludovic Barre --- .../dev

Re: [PATCH V3 1/3] watchdog: stm32: add pclk feature for stm32mp1

2018-06-20 Thread Rob Herring
On Wed, Jun 20, 2018 at 03:51:36PM +0200, Ludovic Barre wrote: > From: Ludovic Barre > > This patch adds config data to manage specific properties by > compatible. Adds stm32mp1 config which requires pclk clock. > > Signed-off-by: Ludovic Barre > --- > .../devicetree/bindings/watchdog/st,stm32

[PATCH V3 1/3] watchdog: stm32: add pclk feature for stm32mp1

2018-06-20 Thread Ludovic Barre
From: Ludovic Barre This patch adds config data to manage specific properties by compatible. Adds stm32mp1 config which requires pclk clock. Signed-off-by: Ludovic Barre --- .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 21 +++- drivers/watchdog/stm32_iwdg.c | 116