mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH 2/2] ARM: dts: AM62L: switch watchdog to SoC specific compatible
Date: Thu, 14 Aug 2025 11:56:43 +0200	[thread overview]
Message-ID: <20250814095643.1132022-2-s.hauer@pengutronix.de> (raw)
In-Reply-To: <20250814095643.1132022-1-s.hauer@pengutronix.de>

Due to different watchdog output routing on the AM62L we need a SoC
specific compatible for the AM62L watchdog. It's already handled in
the driver, so change the compatible to make the watchdog work.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/dts/k3-am62l-main.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/k3-am62l-main.dtsi b/arch/arm/dts/k3-am62l-main.dtsi
index 95d387afd1..b7b52d6b56 100644
--- a/arch/arm/dts/k3-am62l-main.dtsi
+++ b/arch/arm/dts/k3-am62l-main.dtsi
@@ -212,7 +212,7 @@ epwm_tbclk: clock-controller@1e9100 {
 	};
 
 	rti0: watchdog@e000000 {
-		compatible = "ti,j7-rti-wdt";
+		compatible = "ti,am62l-rti-wdt";
 		reg = <0x00 0x0e000000 0x00 0x100>;
 		clocks = <&scmi_clk 273>;
 		power-domains = <&scmi_pds 60>;
@@ -221,7 +221,7 @@ rti0: watchdog@e000000 {
 	};
 
 	rti1: watchdog@e010000 {
-		compatible = "ti,j7-rti-wdt";
+		compatible = "ti,am62l-rti-wdt";
 		reg = <0x00 0x0e010000 0x00 0x100>;
 		clocks = <&scmi_clk 279>;
 		power-domains = <&scmi_pds 61>;
-- 
2.39.5




      reply	other threads:[~2025-08-14 13:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14  9:56 [PATCH 1/2] watchdog: rti_wdt: Fix reset on AM62L Sascha Hauer
2025-08-14  9:56 ` Sascha Hauer [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=20250814095643.1132022-2-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@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