From mboxrd@z Thu Jan 1 00:00:00 1970 From: alexandre.torgue@st.com (Alexandre Torgue) Date: Fri, 13 Jul 2018 11:30:28 +0200 Subject: [PATCH V5 0/5] add iwdg2 support for stm32mp157c In-Reply-To: <1529941383-8653-1-git-send-email-ludovic.Barre@st.com> References: <1529941383-8653-1-git-send-email-ludovic.Barre@st.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Ludovic On 06/25/2018 05:42 PM, Ludovic Barre wrote: > From: Ludovic Barre > > This patch series updates stm32_iwdg driver to manage pclk > clock by compatible. stm32mp1 requires a pclk clock. > > v5: > -update stm32f429.dtsi > > v4: > -dt-bindings: split and review > > v3: > -remove stm32_iwdg_config structure, just assign the > boolean directly to .dat > > Ludovic Barre (5): > dt-bindings: watchdog: add stm32mp1 support > watchdog: stm32: add pclk feature for stm32mp1 > ARM: dts: stm32: add iwdg2 support for stm32mp157c > ARM: dts: stm32: add iwdg2 support for stm32mp157c-ed1 > ARM: dts: stm32: update iwdg with lsi clock name for stm32f429 > > .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 13 ++- > arch/arm/boot/dts/stm32f429.dtsi | 1 + > arch/arm/boot/dts/stm32mp157c-ed1.dts | 5 + > arch/arm/boot/dts/stm32mp157c.dtsi | 8 ++ > drivers/watchdog/stm32_iwdg.c | 116 +++++++++++++-------- > 5 files changed, 98 insertions(+), 45 deletions(-) > STM32 DT patches applied on stm32-next. Regards Alex