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


Groups > linux.kernel > #1488584 > unrolled thread

[PATCH 1/3] watchdog: bindings: dw_wdt: add reset lines

Started bySteffen Trumtrar <s.trumtrar@pengutronix.de>
First post2016-09-22 09:10 +0200
Last post2016-09-23 22:10 +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.


Contents

  [PATCH 1/3] watchdog: bindings: dw_wdt: add reset lines Steffen Trumtrar <s.trumtrar@pengutronix.de> - 2016-09-22 09:10 +0200
    Re: [PATCH 1/3] watchdog: bindings: dw_wdt: add reset lines Rob Herring <robh@kernel.org> - 2016-09-23 22:10 +0200

#1488584 — [PATCH 1/3] watchdog: bindings: dw_wdt: add reset lines

FromSteffen Trumtrar <s.trumtrar@pengutronix.de>
Date2016-09-22 09:10 +0200
Subject[PATCH 1/3] watchdog: bindings: dw_wdt: add reset lines
Message-ID<sk6iR-3g4-1@gated-at.bofh.it>
Document the reset lines holding the watchdog core in reset.

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/watchdog/dw_wdt.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/watchdog/dw_wdt.txt b/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
index 08e16f684f2d..3bf386c72241 100644
--- a/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/dw_wdt.txt
@@ -10,6 +10,9 @@ Required Properties:
 Optional Properties:
 
 - interrupts	: The interrupt used for the watchdog timeout warning.
+- resets	: phandle pointing to the system reset controller with
+		line index for the watchdog.
+- reset-names	: must be set to "dw-wdt".
 
 Example:
 
@@ -18,4 +21,6 @@ Example:
 		reg = <0xffd02000 0x1000>;
 		interrupts = <0 171 4>;
 		clocks = <&per_base_clk>;
+		resets = <&rst WDT0_RESET>;
+		reset-names = "dw-wdt";
 	};
-- 
2.8.1

[toc] | [next] | [standalone]


#1490430

FromRob Herring <robh@kernel.org>
Date2016-09-23 22:10 +0200
Message-ID<skEXf-8mF-25@gated-at.bofh.it>
In reply to#1488584
On Thu, Sep 22, 2016 at 09:02:30AM +0200, Steffen Trumtrar wrote:
> Document the reset lines holding the watchdog core in reset.
> 
> Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
> Cc: Wim Van Sebroeck <wim@iguana.be>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-watchdog@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> ---
>  Documentation/devicetree/bindings/watchdog/dw_wdt.txt | 5 +++++
>  1 file changed, 5 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web