From: Ludovic Barre Date: Fri, 13 Jul 2018 09:21:39 +0000 (+0200) Subject: ARM: dts: stm32: update iwdg with lsi clock name for stm32f429 X-Git-Tag: v4.19-rc1~44^2~35^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c2888cc2e2b8fc16164de0cca806763831a36f6f;p=linux-2.6-block.git ARM: dts: stm32: update iwdg with lsi clock name for stm32f429 This patch updates iwdg watchdog to use lsi clock name. Signed-off-by: Ludovic Barre Acked-by: Guenter Roeck Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32f429.dtsi b/arch/arm/boot/dts/stm32f429.dtsi index 309e7e335ab7..e35d782e7e5f 100644 --- a/arch/arm/boot/dts/stm32f429.dtsi +++ b/arch/arm/boot/dts/stm32f429.dtsi @@ -310,6 +310,7 @@ compatible = "st,stm32-iwdg"; reg = <0x40003000 0x400>; clocks = <&clk_lsi>; + clock-names = "lsi"; status = "disabled"; };