diff options
author | Ludovic Barre <ludovic.barre@st.com> | 2018-07-13 12:21:39 +0300 |
---|---|---|
committer | Alexandre Torgue <alexandre.torgue@st.com> | 2018-07-13 14:57:05 +0300 |
commit | c2888cc2e2b8fc16164de0cca806763831a36f6f (patch) | |
tree | 28cc817692e851322770a94f30de04d891145c2a /arch/arm/boot | |
parent | dd2eda3d97d99781f1889b3e08fd18c6f8ff23c7 (diff) | |
download | linux-c2888cc2e2b8fc16164de0cca806763831a36f6f.tar.xz |
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 <ludovic.barre@st.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/stm32f429.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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"; }; |