devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-renesas-soc@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	devicetree@vger.kernel.org
Subject: [PATCH 9/9] arm64: dts: renesas: gray-hawk: mark SWDT as reserved
Date: Mon,  6 Oct 2025 10:25:27 +0200	[thread overview]
Message-ID: <20251006082520.10570-20-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20251006082520.10570-11-wsa+renesas@sang-engineering.com>

This watchdog can't be used with Linux because the firmware needs it on
V4M Gray-Hawk boards. Sadly, it doesn't mark the node as reserved, so
this is added manually here.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi b/arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi
index 2edb5cb3407b..f5b3d8844dc4 100644
--- a/arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi
+++ b/arch/arm64/boot/dts/renesas/gray-hawk-single.dtsi
@@ -801,6 +801,11 @@ &scif_clk2 {
 	clock-frequency = <24000000>;
 };
 
+/* Firmware should reserve it but sadly doesn't */
+&swdt {
+	status = "reserved";
+};
+
 &vin00 {
 	status = "okay";
 };
-- 
2.47.2


  parent reply	other threads:[~2025-10-06  8:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-06  8:25 [PATCH 0/9] arm64: dts: renesas: gen4: handle SWDT Wolfram Sang
2025-10-06  8:25 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: add SWDT node Wolfram Sang
2025-10-06 15:33   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 2/9] arm64: dts: renesas: falcon: mark SWDT as reserved Wolfram Sang
2025-10-06 15:33   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 3/9] arm64: dts: renesas: r8a779f0: add SWDT node Wolfram Sang
2025-10-06 15:34   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 4/9] arm64: dts: renesas: s4: mark SWDT as reserved Wolfram Sang
2025-10-06 15:34   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 5/9] arm64: dts: renesas: r8a779g0: add SWDT node Wolfram Sang
2025-10-06 15:35   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 6/9] arm64: dts: renesas: white-hawk: Enable RWDT watchdog timer Wolfram Sang
2025-10-06 15:21   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 7/9] arm64: dts: renesas: v4h: mark SWDT as reserved Wolfram Sang
2025-10-06 15:39   ` Geert Uytterhoeven
2025-10-06  8:25 ` [PATCH 8/9] arm64: dts: renesas: r8a779h0: add SWDT node Wolfram Sang
2025-10-06 15:40   ` Geert Uytterhoeven
2025-10-06  8:25 ` Wolfram Sang [this message]
2025-10-06 15:40   ` [PATCH 9/9] arm64: dts: renesas: gray-hawk: mark SWDT as reserved Geert Uytterhoeven

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=20251006082520.10570-20-wsa+renesas@sang-engineering.com \
    --to=wsa+renesas@sang-engineering.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=magnus.damm@gmail.com \
    --cc=robh@kernel.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).