From: Guenter Roeck <linux@roeck-us.net>
To: Eric Long <eric.long@spreadtrum.com>
Cc: Wim Van Sebroeck <wim@iguana.be>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
baolin.wang@linaro.org, linux-watchdog@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation
Date: Fri, 10 Nov 2017 13:00:23 -0800 [thread overview]
Message-ID: <20171110210023.GA4591@roeck-us.net> (raw)
In-Reply-To: <555b315944a01b899d4f1efe20f0cd58b910a6d0.1509936580.git.eric.long@spreadtrum.com>
On Mon, Nov 06, 2017 at 10:46:27AM +0800, Eric Long wrote:
> This patch adds the documentation for Spreadtrum watchdog driver.
>
> Signed-off-by: Eric Long <eric.long@spreadtrum.com>
> Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> Changes since v5:
> - No updates.
>
> Changes since v4:
> - No updates.
>
> Changes since v3:
> - No updates.
>
> Changes since v2:
> - Add acked tag from Rob.
>
> Changes since v1:
> - No updates.
> ---
> .../devicetree/bindings/watchdog/sprd-wdt.txt | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> new file mode 100644
> index 0000000..aeaf3e0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> @@ -0,0 +1,19 @@
> +Spreadtrum SoCs Watchdog timer
> +
> +Required properties:
> +- compatible : Should be "sprd,sp9860-wdt".
> +- reg : Specifies base physical address and size of the registers.
> +- interrupts : Exactly one interrupt specifier.
> +- timeout-sec : Contain the default watchdog timeout in seconds.
> +- clock-names : Contain the input clock names.
> +- clocks : Phandles to input clocks.
> +
> +Example:
> + watchdog: watchdog@40310000 {
> + compatible = "sprd,sp9860-wdt";
> + reg = <0 0x40310000 0 0x1000>;
> + interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
> + timeout-sec = <12>;
> + clock-names = "enable", "rtc_enable";
> + clocks = <&clk_aon_apb_gates1 8>, <&clk_aon_apb_rtc_gates 9>;
> + };
> --
> 1.9.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
To: Eric Long <eric.long-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
Cc: Wim Van Sebroeck <wim-IQzOog9fTRqzQB+pC5nmwQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
baolin.wang-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
linux-watchdog-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v6 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation
Date: Fri, 10 Nov 2017 13:00:23 -0800 [thread overview]
Message-ID: <20171110210023.GA4591@roeck-us.net> (raw)
In-Reply-To: <555b315944a01b899d4f1efe20f0cd58b910a6d0.1509936580.git.eric.long-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
On Mon, Nov 06, 2017 at 10:46:27AM +0800, Eric Long wrote:
> This patch adds the documentation for Spreadtrum watchdog driver.
>
> Signed-off-by: Eric Long <eric.long-lxIno14LUO0EEoCn2XhGlw@public.gmane.org>
> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Reviewed-by: Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
> ---
> Changes since v5:
> - No updates.
>
> Changes since v4:
> - No updates.
>
> Changes since v3:
> - No updates.
>
> Changes since v2:
> - Add acked tag from Rob.
>
> Changes since v1:
> - No updates.
> ---
> .../devicetree/bindings/watchdog/sprd-wdt.txt | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> new file mode 100644
> index 0000000..aeaf3e0
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/sprd-wdt.txt
> @@ -0,0 +1,19 @@
> +Spreadtrum SoCs Watchdog timer
> +
> +Required properties:
> +- compatible : Should be "sprd,sp9860-wdt".
> +- reg : Specifies base physical address and size of the registers.
> +- interrupts : Exactly one interrupt specifier.
> +- timeout-sec : Contain the default watchdog timeout in seconds.
> +- clock-names : Contain the input clock names.
> +- clocks : Phandles to input clocks.
> +
> +Example:
> + watchdog: watchdog@40310000 {
> + compatible = "sprd,sp9860-wdt";
> + reg = <0 0x40310000 0 0x1000>;
> + interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
> + timeout-sec = <12>;
> + clock-names = "enable", "rtc_enable";
> + clocks = <&clk_aon_apb_gates1 8>, <&clk_aon_apb_rtc_gates 9>;
> + };
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-11-10 21:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-06 2:46 [PATCH v6 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation Eric Long
2017-11-06 2:46 ` Eric Long
2017-11-06 2:46 ` [PATCH v6 2/2] watchdog: Add Spreadtrum watchdog driver Eric Long
2017-11-06 2:46 ` Eric Long
2017-11-10 21:00 ` Guenter Roeck
2017-11-15 7:48 ` Eric Long
2017-11-15 7:48 ` Eric Long
2017-11-10 21:00 ` Guenter Roeck [this message]
2017-11-10 21:00 ` [PATCH v6 1/2] dt-bindings: watchdog: Add Spreadtrum watchdog documentation Guenter Roeck
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=20171110210023.GA4591@roeck-us.net \
--to=linux@roeck-us.net \
--cc=baolin.wang@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=eric.long@spreadtrum.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=wim@iguana.be \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.