From: Guenter Roeck <linux@roeck-us.net>
To: "Marek Behún" <marek.behun@nic.cz>
Cc: linux-watchdog@vger.kernel.org, wim@linux-watchdog.org,
Gregory CLEMENT <gregory.clement@bootlin.com>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org
Subject: Re: [v4,2/4] dt-bindings: watchdog: Document armada-37xx-wdt binding
Date: Sat, 29 Sep 2018 11:24:08 -0700 [thread overview]
Message-ID: <20180929182408.GA18680@roeck-us.net> (raw)
In-Reply-To: <20180924110654.7329-3-marek.behun@nic.cz>
On Mon, Sep 24, 2018 at 01:06:52PM +0200, Marek Beh�n wrote:
> This adds device tree binding documentation for the CPU watchdog found
> on Armada 37xx SOCs (EspressoBin, Turris Mox).
>
> Signed-off-by: Marek Beh�n <marek.behun@nic.cz>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> .../bindings/watchdog/armada-37xx-wdt.txt | 23 ++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
>
> diff --git a/Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt b/Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
> new file mode 100644
> index 000000000000..a8d00c31a1d8
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
> @@ -0,0 +1,23 @@
> +* Armada 37xx CPU Watchdog Timer Controller
> +
> +Required properties:
> +- compatible : must be "marvell,armada-3700-wdt"
> +- reg : base physical address of the controller and length of memory mapped
> + region.
> +- clocks : the clock feeding the watchdog timer. See clock-bindings.txt
> +- marvell,system-controller : reference to syscon node for the CPU Miscellaneous
> + Registers
> +
> +Example:
> +
> + cpu_misc: system-controller@d000 {
> + compatible = "marvell,armada-3700-cpu-misc", "syscon";
> + reg = <0xd000 0x1000>;
> + };
> +
> + wdt: watchdog@8300 {
> + compatible = "marvell,armada-3700-wdt";
> + reg = <0x8300 0x40>;
> + marvell,system-controller = <&cpu_misc>;
> + clocks = <&xtalclk>;
> + };
prev parent reply other threads:[~2018-09-29 18:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20180924110654.7329-1-marek.behun@nic.cz>
2018-09-24 11:06 ` [PATCH v4 2/4] dt-bindings: watchdog: Document armada-37xx-wdt binding Marek Behún
2018-09-27 18:42 ` Rob Herring
2018-09-29 18:24 ` Guenter Roeck [this message]
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=20180929182408.GA18680@roeck-us.net \
--to=linux@roeck-us.net \
--cc=devicetree@vger.kernel.org \
--cc=gregory.clement@bootlin.com \
--cc=linux-watchdog@vger.kernel.org \
--cc=marek.behun@nic.cz \
--cc=robh+dt@kernel.org \
--cc=wim@linux-watchdog.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).