arm64: dts: ti: k3-am623-pfc: disable M4F auto-boot

The M4F remote processor lifecycle requires explicit management by the
kernel remoteproc framework to ensure proper synchronization with Linux
drivers. Automatic booting bypasses necessary initialization sequences
and prevents controlled RPMsg channel establishment.

Signed-off-by: Heinrich Toews <ht@twx-software.de>
This commit is contained in:
Heinrich Toews
2026-04-29 14:14:21 +02:00
parent d1ef5f4a3d
commit cfe4a56109
@@ -405,5 +405,6 @@
mboxes = <&mailbox0_cluster0 &mbox_m4_0>;
memory-region = <&mcu_m4fss_dma_memory_region>,
<&mcu_m4fss_memory_region>;
ti,no-auto-boot;
status = "okay";
};