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

2018-06-20 Thread Ludovic BARRE
On 06/20/2018 03:29 PM, Guenter Roeck wrote: On 06/20/2018 06:24 AM, Ludovic BARRE wrote: On 06/20/2018 11:19 AM, Guenter Roeck wrote: On 06/20/2018 12:53 AM, Ludovic Barre wrote: From: Ludovic Barre This patch adds config data to manage specific properties by compatible. Adds stm32mp1

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

2018-06-20 Thread Guenter Roeck
On 06/20/2018 06:24 AM, Ludovic BARRE wrote: On 06/20/2018 11:19 AM, Guenter Roeck wrote: On 06/20/2018 12:53 AM, 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:

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

2018-06-20 Thread Ludovic BARRE
On 06/20/2018 11:19 AM, Guenter Roeck wrote: On 06/20/2018 12:53 AM, 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

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

2018-06-20 Thread Guenter Roeck
On 06/20/2018 12:53 AM, 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-iwdg.txt | 21 +++- drivers/

[PATCH V2 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 | 132