Hi Tom, CC+: Nishanth
On Fri Aug 22, 2025 at 2:30 AM IST, Tom Rini wrote: > 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/next, thanks! > > [1/1] remoteproc: k3: update compatible for am654 syscon > commit: 2792cbf5d281b519692c546849638b2141046a4e Actually the patch was meant for master since upstream u-boot's broken for AM65 right now. Could you merge it to master as well? As for upstreaming the new compatible, it might not get accepted since it represents the same hardware block as the existing "ti,k2g-sci" but before tifs has been loaded to it. Down the line I'll see if we can merge the two nodes or the drivers so we won't need this new compatible to begin with. Regards, Anshul