Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606537 > unrolled thread
| Started by | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| First post | 2017-03-22 15:20 +0100 |
| Last post | 2017-03-22 15:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[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
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Date | 2017-03-22 15:20 +0100 |
| Subject | [PATCH v2 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board |
| Message-ID | <tnPhf-3Fu-7@gated-at.bofh.it> |
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 top | Article view | linux.kernel
csiph-web