On Thu, 14 Aug 2025 20:51:43 +0530, Anshul Dalal wrote: > The existing compatible name for U-Boot's k3 system controller driver > i.e "ti,am625-system-controller" has been added to linux[1] device-tree. > This compatible in kernel is meant for configuring the Control Module > registers (CTRL_MMR0). > > However in U-Boot, the matching driver was being used to load the system > firmware on the secure M-cores by the R5 SPL and therefore must be > updated to a different compatible to avoid conflicts. > > [...]
Applied to u-boot/master, thanks! [1/1] remoteproc: k3: update compatible for am654 syscon commit: bd5036ddf2f3d9198f4054fc1a807c8f8960b281 -- Tom