From: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
To: Biju Das <biju.das.jz@bp.renesas.com>
Cc: Wim Van Sebroeck <wim@linux-watchdog.org>,
Guenter Roeck <linux@roeck-us.net>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Magnus Damm <magnus.damm@gmail.com>,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org,
linux-renesas-soc@vger.kernel.org,
Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>,
Biju Das <biju.das.au@gmail.com>
Subject: Re: [PATCH 0/5] Add support for RZ/G3E WDT
Date: Sun, 19 Jan 2025 15:28:24 +0100 [thread overview]
Message-ID: <Z40MCK3bJQ/lgrEr@tom-desktop> (raw)
In-Reply-To: <20250115103858.104709-1-biju.das.jz@bp.renesas.com>
Hi Biju,
On Wed, Jan 15, 2025 at 10:38:49AM +0000, Biju Das wrote:
> The RZ/G3E WDT IP is similar to RZ/V2H WDT. WDT0 can be used for CM33 cold
> reset, system reset and asserting WDTUDFCM pin where as WDT1 can be used
> for CA55 cold reset, system reset and asserting WDTUDFCA pin. Other 2
> watchdogs can be used for system reset. So define WDT{1..3} in SoC dtsi.
For all the series:
Reviewed-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
>
> Biju Das (5):
> dt-bindings: watchdog: renesas,wdt: Document RZ/G3E support
> clk: renesas: r9a09g047: Add WDT clocks/resets
> watchdog: Make RZV2HWDT driver depend on ARCH_R9A09G47
> arm64: dts: renesas: r9a09g047: Add WDT1-WDT3 nodes
> arm64: dts: renesas: r9a09g047e57-smarc: Enable watchdog
>
> .../bindings/watchdog/renesas,wdt.yaml | 4 +++
> arch/arm64/boot/dts/renesas/r9a09g047.dtsi | 30 +++++++++++++++++++
> .../boot/dts/renesas/r9a09g047e57-smarc.dts | 4 +++
> drivers/clk/renesas/r9a09g047-cpg.c | 15 ++++++++++
> drivers/watchdog/Kconfig | 7 +++--
> 5 files changed, 57 insertions(+), 3 deletions(-)
>
> --
> 2.43.0
>
>
Thanks & Regards,
Tommaso
prev parent reply other threads:[~2025-01-19 14:28 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-15 10:38 [PATCH 0/5] Add support for RZ/G3E WDT Biju Das
2025-01-15 10:38 ` [PATCH 1/5] dt-bindings: watchdog: renesas,wdt: Document RZ/G3E support Biju Das
2025-01-18 15:51 ` Krzysztof Kozlowski
2025-01-23 10:15 ` Geert Uytterhoeven
2025-01-15 10:38 ` [PATCH 2/5] clk: renesas: r9a09g047: Add WDT clocks/resets Biju Das
2025-01-23 10:15 ` Geert Uytterhoeven
2025-01-15 10:38 ` [PATCH 3/5] watchdog: Make RZV2HWDT driver depend on ARCH_R9A09G47 Biju Das
2025-01-15 14:55 ` Guenter Roeck
2025-01-15 17:17 ` Biju Das
2025-01-18 15:51 ` Krzysztof Kozlowski
2025-01-24 10:20 ` Biju Das
2025-01-24 10:34 ` Krzysztof Kozlowski
2025-01-24 10:57 ` Biju Das
2025-01-24 12:41 ` Krzysztof Kozlowski
2025-01-24 12:55 ` Biju Das
2025-01-24 13:00 ` Krzysztof Kozlowski
2025-01-24 13:10 ` Biju Das
2025-01-24 13:20 ` Krzysztof Kozlowski
2025-01-24 13:24 ` Biju Das
2025-01-24 13:40 ` Krzysztof Kozlowski
2025-01-24 13:51 ` Biju Das
2025-01-24 13:56 ` Geert Uytterhoeven
2025-01-15 10:38 ` [PATCH 4/5] arm64: dts: renesas: r9a09g047: Add WDT1-WDT3 nodes Biju Das
2025-01-23 10:15 ` Geert Uytterhoeven
2025-01-15 10:38 ` [PATCH 5/5] arm64: dts: renesas: r9a09g047e57-smarc: Enable watchdog Biju Das
2025-01-15 17:19 ` Biju Das
2025-01-23 10:17 ` Geert Uytterhoeven
2025-01-23 10:23 ` Biju Das
2025-01-19 14:28 ` Tommaso Merciai [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=Z40MCK3bJQ/lgrEr@tom-desktop \
--to=tommaso.merciai.xr@bp.renesas.com \
--cc=biju.das.au@gmail.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=krzk+dt@kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=magnus.damm@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
--cc=wim@linux-watchdog.org \
--cc=wsa+renesas@sang-engineering.com \
/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.