[PATCH 2/2] ARM: dts: AM62L: switch watchdog to SoC specific compatible
Sascha Hauer
s.hauer at pengutronix.de
Thu Aug 14 02:56:43 PDT 2025
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 at 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 at 1e9100 {
};
rti0: watchdog at 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 at e000000 {
};
rti1: watchdog at 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
More information about the barebox
mailing list