Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1606645

[PATCH v3 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board

From Yannick Fertre <yannick.fertre@st.com>
Newsgroups linux.kernel
Subject [PATCH v3 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board
Date 2017-03-22 16:10 +0100
Message-ID <tnQ3F-4lf-43@gated-at.bofh.it> (permalink)
References <tnQ3E-4lf-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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..1c7d0b9 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -126,6 +126,10 @@
 	};
 };
 
+&iwdg {
+	status = "okay";
+};
+
 &adc {
 	pinctrl-names = "default";
 	pinctrl-0 = <&adc3_in8_pin>;
-- 
1.9.1

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/5] STM32 Independant watchdog Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100
  [PATCH v3 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100
  [PATCH v3 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board Yannick Fertre <yannick.fertre@st.com> - 2017-03-22 16:10 +0100

csiph-web