ARM: dts: stm32: update iwdg with lsi clock name for stm32f429
authorLudovic Barre <ludovic.barre@st.com>
Fri, 13 Jul 2018 09:21:39 +0000 (11:21 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 13 Jul 2018 11:57:05 +0000 (13:57 +0200)
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>
arch/arm/boot/dts/stm32f429.dtsi

index 309e7e3..e35d782 100644 (file)
                        compatible = "st,stm32-iwdg";
                        reg = <0x40003000 0x400>;
                        clocks = <&clk_lsi>;
+                       clock-names = "lsi";
                        status = "disabled";
                };