]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arch: arm: dts: k3-am62a7-phyboard-lyra: Disable unused watchdogs in U-Boot
authorWadim Egorov <w.egorov@phytec.de>
Wed, 30 Jul 2025 15:42:12 +0000 (17:42 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 11 Aug 2025 20:53:56 +0000 (14:53 -0600)
The watchdog driver probes all available watchdog devices.
This causes SMP boot errors when bringing up secondary CPUs.
In our setup, only a single watchdog is needed to monitor the
boot process until userspace or the OS takes over. Disable all
unnecessary watchdog devices in U-Boot to avoid conflicts
during CPU bring-up.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi

index 73255a18e9b1526eda50e43786ccc3e122d54060..8afd844460a13daa5fc0cdcb8a1d564511674f03 100644 (file)
        bootph-all;
 };
 
+&main_rti1 {
+       status = "disabled";
+};
+
+&main_rti2 {
+       status = "disabled";
+};
+
+&main_rti3 {
+       status = "disabled";
+};
+
+&main_rti4 {
+       status = "disabled";
+};
+
 &main_uart0 {
        bootph-all;
 };