From: yannick.fertre@st.com (Yannick Fertre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board
Date: Thu, 6 Apr 2017 14:19:27 +0200 [thread overview]
Message-ID: <1491481168-22213-5-git-send-email-yannick.fertre@st.com> (raw)
In-Reply-To: <1491481168-22213-1-git-send-email-yannick.fertre@st.com>
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 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 6e4b42a..ff29980 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -144,6 +144,11 @@
};
};
+&iwdg {
+ status = "okay";
+ timeout-sec = <32>;
+};
+
&adc {
pinctrl-names = "default";
pinctrl-0 = <&adc3_in8_pin>;
--
1.9.1
next prev parent reply other threads:[~2017-04-06 12:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 12:19 [PATCH v5 0/5] STM32 Independent watchdog Yannick Fertre
2017-04-06 12:19 ` [PATCH v5 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre
2017-04-10 18:25 ` Rob Herring
2017-04-06 12:19 ` [PATCH v5 2/5] drivers: watchdog: Add STM32 IWDG driver Yannick Fertre
2017-04-17 1:11 ` Guenter Roeck
2017-04-06 12:19 ` [PATCH v5 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC Yannick Fertre
2017-04-06 12:19 ` Yannick Fertre [this message]
2017-04-06 12:19 ` [PATCH v5 5/5] ARM: configs: stm32: Add watchdog support in STM32 defconfig Yannick Fertre
2017-06-12 10:07 ` [PATCH v5 0/5] STM32 Independent watchdog Alexandre Torgue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491481168-22213-5-git-send-email-yannick.fertre@st.com \
--to=yannick.fertre@st.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox