From: linux@roeck-us.net (Guenter Roeck)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] watchdog: meson-wdt: add support for the watchdog on Meson8 and Meson8m2
Date: Thu, 15 Jun 2017 10:25:10 -0700 [thread overview]
Message-ID: <20170615172510.GA7549@roeck-us.net> (raw)
In-Reply-To: <20170611095219.22095-1-martin.blumenstingl@googlemail.com>
On Sun, Jun 11, 2017 at 11:52:19AM +0200, Martin Blumenstingl wrote:
> The watchdog IP block on Meson8 and Meson8m2 is already supported by the
> existing meson-wdt driver. Meson8 uses the same register bits as Meson6,
> while the newer Meson8m2 SoC uses the same register bits as Meson8b.
>
> Currently watchdog support on Meson8 SoC already works because
> meson8.dtsi simply uses the "amlogic,meson6-wdt" compatible. Adding a
> separate compatible for Meson8 makes this more explicit though.
>
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
In general, changes like this are not necessary, though. The dts file
is supposed to reference both generic and specific compatible strings.
Thanks,
Guenter
> ---
> Documentation/devicetree/bindings/watchdog/meson-wdt.txt | 6 +++++-
> drivers/watchdog/meson_wdt.c | 2 ++
> 2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
> index ae70185d96e6..f2fbe1a39d31 100644
> --- a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
> +++ b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
> @@ -2,7 +2,11 @@ Meson SoCs Watchdog timer
>
> Required properties:
>
> -- compatible : should be "amlogic,meson6-wdt" or "amlogic,meson8b-wdt"
> +- compatible : depending on the SoC this should be one of:
> + "amlogic,meson6-wdt"
> + "amlogic,meson8-wdt"
> + "amlogic,meson8b-wdt"
> + "amlogic,meson8m2-wdt"
> - reg : Specifies base physical address and size of the registers.
>
> Example:
> diff --git a/drivers/watchdog/meson_wdt.c b/drivers/watchdog/meson_wdt.c
> index 491b9bf13d84..304274c67735 100644
> --- a/drivers/watchdog/meson_wdt.c
> +++ b/drivers/watchdog/meson_wdt.c
> @@ -155,7 +155,9 @@ static const struct watchdog_ops meson_wdt_ops = {
>
> static const struct of_device_id meson_wdt_dt_ids[] = {
> { .compatible = "amlogic,meson6-wdt", .data = &meson6_wdt_data },
> + { .compatible = "amlogic,meson8-wdt", .data = &meson6_wdt_data },
> { .compatible = "amlogic,meson8b-wdt", .data = &meson8b_wdt_data },
> + { .compatible = "amlogic,meson8m2-wdt", .data = &meson8b_wdt_data },
> { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, meson_wdt_dt_ids);
> --
> 2.13.1
>
next prev parent reply other threads:[~2017-06-15 17:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-11 9:52 [PATCH] watchdog: meson-wdt: add support for the watchdog on Meson8 and Meson8m2 Martin Blumenstingl
2017-06-12 7:38 ` Neil Armstrong
2017-06-15 17:25 ` Guenter Roeck [this message]
2017-06-15 21:13 ` Martin Blumenstingl
2017-06-15 21:22 ` Guenter Roeck
2017-06-18 14:04 ` Rob Herring
2017-06-19 18:50 ` Martin Blumenstingl
2017-06-22 3:22 ` Rob Herring
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=20170615172510.GA7549@roeck-us.net \
--to=linux@roeck-us.net \
--cc=linus-amlogic@lists.infradead.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).