Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1257123 > unrolled thread
| Started by | Mans Rullgard <mans@mansr.com> |
|---|---|
| First post | 2015-10-27 19:40 +0100 |
| Last post | 2015-10-27 21:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog Mans Rullgard <mans@mansr.com> - 2015-10-27 19:40 +0100
Re: [PATCH 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog Rob Herring <robh+dt@kernel.org> - 2015-10-27 21:30 +0100
| From | Mans Rullgard <mans@mansr.com> |
|---|---|
| Date | 2015-10-27 19:40 +0100 |
| Subject | [PATCH 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog |
| Message-ID | <qohk5-c3-13@gated-at.bofh.it> |
This adds a binding for the watchdog in Sigma Designs SMP8642 and
similar devices.
Signed-off-by: Mans Rullgard <mans@mansr.com>
---
.../devicetree/bindings/watchdog/sigma,8642-wdt.txt | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
diff --git a/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt b/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
new file mode 100644
index 0000000..31fef37
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
@@ -0,0 +1,14 @@
+Sigma Designs SMP86xx watchdog
+
+Required properties:
+- compatible: Should be "sigma,smp8642-wdt"
+- reg: Specifies the physical address region
+- clocks: Should be a phandle to the clock
+
+Example:
+
+watchdog@1fd00 {
+ compatible = "sigma,smp8642-wdt";
+ reg = <0x1fd00 8>;
+ clocks = <&xtal_in_clk>;
+};
--
2.6.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Rob Herring <robh+dt@kernel.org> |
|---|---|
| Date | 2015-10-27 21:30 +0100 |
| Subject | Re: [PATCH 1/2] devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog |
| Message-ID | <qoj2y-1i5-25@gated-at.bofh.it> |
| In reply to | #1257123 |
On Tue, Oct 27, 2015 at 1:34 PM, Mans Rullgard <mans@mansr.com> wrote:
> This adds a binding for the watchdog in Sigma Designs SMP8642 and
> similar devices.
>
> Signed-off-by: Mans Rullgard <mans@mansr.com>
Acked-by: Rob Herring <robh@kernel.org>
> ---
> .../devicetree/bindings/watchdog/sigma,8642-wdt.txt | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt b/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
> new file mode 100644
> index 0000000..31fef37
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/sigma,8642-wdt.txt
> @@ -0,0 +1,14 @@
> +Sigma Designs SMP86xx watchdog
> +
> +Required properties:
> +- compatible: Should be "sigma,smp8642-wdt"
> +- reg: Specifies the physical address region
> +- clocks: Should be a phandle to the clock
> +
> +Example:
> +
> +watchdog@1fd00 {
> + compatible = "sigma,smp8642-wdt";
> + reg = <0x1fd00 8>;
> + clocks = <&xtal_in_clk>;
> +};
> --
> 2.6.2
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web