projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2eda3
)
ARM: dts: stm32: update iwdg with lsi clock name for stm32f429
author
Ludovic Barre
<ludovic.barre@st.com>
Fri, 13 Jul 2018 09:21:39 +0000
(11:21 +0200)
committer
Alexandre 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32f429.dtsi
b/arch/arm/boot/dts/stm32f429.dtsi
index 309e7e335ab71aa1c73fb7712b5b963e1abf356d..e35d782e7e5f2f0281d1c8936bb90ea70b8d83b8 100644
(file)
--- 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";
};