[PATCH 1/2] arm64: dts: ti: k3-am62a-mcu: Fix watchdog comment
From: Judith Mendez
Date: Thu Aug 06 2026 - 15:53:20 EST
There are no M4 cores in MCU domain for AM62AX and watchdog nodes
are tighly coupled to R5 core, fix the comment accordingly.
Fixes: 804702e4c2aa ("arm64: dts: ti: k3-am62a: Add watchdog nodes")
Signed-off-by: Judith Mendez <jm@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
index d22caa7c346b3..5b90320778747 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
@@ -147,7 +147,7 @@ mcu_rti0: watchdog@4880000 {
power-domains = <&k3_pds 131 TI_SCI_PD_EXCLUSIVE>;
assigned-clocks = <&k3_clks 131 0>;
assigned-clock-parents = <&k3_clks 131 2>;
- /* Tightly coupled to M4F */
+ /* Tightly coupled to R5F */
status = "reserved";
};
--
2.54.0