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


Groups > linux.kernel > #1665536 > unrolled thread

[PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller

Started byKeiji Hayashibara <hayashibara.keiji@socionext.com>
First post2017-06-14 10:00 +0200
Last post2017-06-18 16: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 V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-06-14 10:00 +0200
    Re: [PATCH V4 1/3] dt-bindings: watchdog: add description for  UniPhier WDT controller Rob Herring <robh@kernel.org> - 2017-06-18 16:10 +0200

#1665536 — [PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller

FromKeiji Hayashibara <hayashibara.keiji@socionext.com>
Date2017-06-14 10:00 +0200
Subject[PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller
Message-ID<tSbnz-2oc-1@gated-at.bofh.it>
Add uniphier-wdt dt-bindings documentation.

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
---
 .../devicetree/bindings/watchdog/uniphier-wdt.txt    | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt

diff --git a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt
new file mode 100644
index 0000000..bf63375
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt
@@ -0,0 +1,20 @@
+UniPhier watchdog timer controller
+
+This UniPhier watchdog timer controller must be under sysctrl node.
+
+Required properties:
+- compatible: should be "socionext,uniphier-wdt"
+
+Example:
+
+	sysctrl@61840000 {
+		compatible = "socionext,uniphier-ld11-sysctrl",
+			     "simple-mfd", "syscon";
+		reg = <0x61840000 0x4000>;
+
+		watchdog {
+			compatible = "socionext,uniphier-wdt";
+		}
+
+		other nodes ...
+	};
-- 
2.7.4

[toc] | [next] | [standalone]


#1668605 — Re: [PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller

FromRob Herring <robh@kernel.org>
Date2017-06-18 16:10 +0200
SubjectRe: [PATCH V4 1/3] dt-bindings: watchdog: add description for UniPhier WDT controller
Message-ID<tTJ3R-670-19@gated-at.bofh.it>
In reply to#1665536
On Wed, Jun 14, 2017 at 04:53:43PM +0900, Keiji Hayashibara wrote:
> Add uniphier-wdt dt-bindings documentation.
> 
> Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
> ---
>  .../devicetree/bindings/watchdog/uniphier-wdt.txt    | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web