From: "Rob Herring (Arm)" <robh@kernel.org>
To: Prabhakar <prabhakar.csengg@gmail.com>
Cc: Brian Masney <bmasney@redhat.com>,
linux-renesas-soc@vger.kernel.org,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Prabhakar <prabhakar.csengg+renesas@gmail.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
devicetree@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,
linux-watchdog@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
linux-clk@vger.kernel.org,
Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
linux-kernel@vger.kernel.org,
Biju Das <biju.das.jz@bp.renesas.com>,
Guenter Roeck <linux@roeck-us.net>,
Wim Van Sebroeck <wim@linux-watchdog.org>
Subject: Re: [PATCH v3 5/8] dt-bindings: watchdog: renesas,r9a09g057-wdt: Add CPG/MSSR syscon support
Date: Wed, 22 Jul 2026 12:46:49 -0500 [thread overview]
Message-ID: <178474240889.1288517.6935023555003107612.robh@kernel.org> (raw)
In-Reply-To: <20260716123434.2576253-6-prabhakar.mahadev-lad.rj@bp.renesas.com>
On Thu, 16 Jul 2026 13:34:31 +0100, Prabhakar wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> On the Renesas RZ/T2H SoC, the Watchdog Timer Control Register (WDTDCR)
> resides within the CPG/MSSR block rather than the WDT address space
> itself.
>
> Previously, this was handled by including a second register range in the
> "reg" property. However, this is architecturally incorrect as the CPG/MSSR
> block consists of two distinct regions (0x80280000 and 0x81280000) that
> contain registers for multiple peripheral blocks.
>
> Since the CPG/MSSR block is a multi-function block, introduce the
> "renesas,sysc" phandle-array property to allow the WDT driver to access
> its control register via this shared regmap.
>
> Mark the use of a second "reg" entry as deprecated in favor of the
> new phandle-array approach for SoCs that require WDTDCR access.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> ---
> v2->v3:
> - Updated property name to "renesas,sysc"
> - Updated description about deprecation and use of the new
> phandle-array property.
> - Updated commit message
>
> v1->v2:
> - No change.
> ---
> .../watchdog/renesas,r9a09g057-wdt.yaml | 29 +++++++++++++++++--
> 1 file changed, 27 insertions(+), 2 deletions(-)
>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
next prev parent reply other threads:[~2026-07-22 17:46 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-16 12:34 [PATCH v3 0/8] Add syscon support for Renesas RZ/T2H & RZ/N2H in CPG/MSSR driver Prabhakar
2026-07-16 12:34 ` [PATCH v3 1/8] dt-bindings: clock: renesas: Split out RZ/T2H CPG binding Prabhakar
2026-07-20 5:54 ` Krzysztof Kozlowski
2026-07-20 10:50 ` Lad, Prabhakar
2026-07-20 10:53 ` Krzysztof Kozlowski
2026-07-20 11:13 ` Lad, Prabhakar
2026-08-07 13:30 ` Geert Uytterhoeven
2026-08-14 19:17 ` Lad, Prabhakar
2026-07-16 12:34 ` [PATCH v3 2/8] clk: renesas: r9a09g077: Register SYSC regmap Prabhakar
2026-08-10 15:29 ` Geert Uytterhoeven
2026-08-13 19:09 ` Lad, Prabhakar
2026-07-16 12:34 ` [PATCH v3 3/8] arm64: dts: renesas: r9a09g077: Adjust CPG register region sizes Prabhakar
2026-07-16 12:34 ` [PATCH v3 4/8] arm64: dts: renesas: r9a09g087: " Prabhakar
2026-07-16 12:34 ` [PATCH v3 5/8] dt-bindings: watchdog: renesas,r9a09g057-wdt: Add CPG/MSSR syscon support Prabhakar
2026-07-22 17:46 ` Rob Herring (Arm) [this message]
2026-07-16 12:34 ` [PATCH v3 6/8] watchdog: rzv2h: Add syscon support for WDTDCR Prabhakar
2026-07-16 12:34 ` [PATCH v3 7/8] arm64: dts: renesas: r9a09g077: Use CPG/MSSR syscon for WDTDCR access Prabhakar
2026-07-16 12:34 ` [PATCH v3 8/8] arm64: dts: renesas: r9a09g087: " Prabhakar
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=178474240889.1288517.6935023555003107612.robh@kernel.org \
--to=robh@kernel.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=bmasney@redhat.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert+renesas@glider.be \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.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=mturquette@baylibre.com \
--cc=prabhakar.csengg+renesas@gmail.com \
--cc=prabhakar.csengg@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=sboyd@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
all inboxes | Powered by JetHome®