Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1613159 > unrolled thread
| Started by | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| First post | 2017-03-30 17:20 +0200 |
| Last post | 2017-04-03 18:20 +0200 |
| Articles | 2 — 2 participants |
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 v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Yannick Fertre <yannick.fertre@st.com> - 2017-03-30 17:20 +0200
Re: [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings Rob Herring <robh@kernel.org> - 2017-04-03 18:20 +0200
| From | Yannick Fertre <yannick.fertre@st.com> |
|---|---|
| Date | 2017-03-30 17:20 +0200 |
| Subject | [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings |
| Message-ID | <tqK1I-8eB-17@gated-at.bofh.it> |
This adds documentation of device tree bindings for the STM32 IWDG
(Independent WatchDoG).
Signed-off-by: Yannick Fertre <yannick.fertre@st.com>
Author: Yannick Fertre <yannick.fertre@st.com>
---
.../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
diff --git a/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt b/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
new file mode 100644
index 0000000..15fef87
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt
@@ -0,0 +1,15 @@
+STM32 Independent WatchDoG (IWDG)
+---------------------------------
+
+Required properties:
+- compatible: "st,stm32-iwdg"
+- reg: physical base address and length of the registers set for the device
+- clocks: must contain a single entry describing the clock input
+
+Example:
+
+iwdg: watchdog@40003000 {
+ compatible = "st,stm32-iwdg";
+ reg = <0x40003000 0x400>;
+ clocks = <&clk_lsi>;
+};
--
1.9.1
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-04-03 18:20 +0200 |
| Subject | Re: [PATCH v4 1/5] dt-bindings: watchdog: Document STM32 IWDG bindings |
| Message-ID | <tscRZ-Lq-43@gated-at.bofh.it> |
| In reply to | #1613159 |
On Thu, Mar 30, 2017 at 05:15:22PM +0200, Yannick Fertre wrote: > This adds documentation of device tree bindings for the STM32 IWDG > (Independent WatchDoG). > > Signed-off-by: Yannick Fertre <yannick.fertre@st.com> > > Author: Yannick Fertre <yannick.fertre@st.com> This shouldn't be here. > --- > .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt Otherwise, Acked-by: Rob Herring <robh@kernel.org>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web