On Wed, 30 Jul 2025 17:42:11 +0200, Wadim Egorov wrote: > 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. > > [...]
Applied to u-boot/next, thanks! [1/7] arch: arm: dts: k3-am625-phyboard-lyra: Disable unused watchdogs in U-Boot commit: b17c594ac499c8cfb91093d62ff83d90a547ecf1 [2/7] arch: arm: dts: k3-am62a7-phyboard-lyra: Disable unused watchdogs in U-Boot commit: dfd185939d9e4dc89e4365b142a14ffd7e775854 [3/7] arch: arm: dts: k3-am642-phyboard-electra: Disable unused watchdogs in U-Boot commit: dcc85e9aba41c82e9b54d2d925f83233842285a1 [4/7] board: phytec: phycore-am62x: Add watchdog start to bootcmd commit: d27b7a1c777abe1bc103c983d0af082345457e7d [5/7] board: phytec: phycore-am64x: Add watchdog start to bootcmd commit: 9de098a9f85eaec64389fd7ea1848110e6da36f6 [6/7] board: phytec: phycore-am62ax: Add watchdog start to bootcmd commit: cc6291e3b4a4a8520a3c4bb44eae2ecd8f1e9c0e [7/7] include: env: phytec: k3: Add deprecation warning to legacy boot flow commit: e8eab15d14a9fd17ee5e99cc045ca15ff5aa8eb1 -- Tom