Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606537
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board |
| Date | 2017-03-22 15:20 +0100 |
| Message-ID | <tnPhf-3Fu-7@gated-at.bofh.it> (permalink) |
| References | <tnPhf-3Fu-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch adds watchdog support for STM32x9I-Eval board.
Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
---
arch/arm/boot/dts/stm32429i-eval.dts | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 3c99466..aab81ed 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -181,3 +181,7 @@
pinctrl-names = "default";
status = "okay";
};
+
+&iwdg {
+ status = "okay";
+};
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 15:20 +0100
csiph-web