i.MX 8 Family | i.MX 8QuadMax (8QM) | 8QuadPlus
I am trying to enable in a Linux host the lsio_mu2 (message unit 2) to passthrough it with KVM to a guest in the MCIMX8QM-CPU board. The Linux guest is booting with lsio_mu2 is status = "disabled" in DTB. Nevertheless, Linux does not boot up when lsio_mu2 is status = "okay". Also, I tried to replace the lsio_mu1 with the lsio_mu2 for the SCU as follows:

But I have the same result, Linux is not booting:

I am using this Yocto Linux kernel version:
Linux imx8qm-mek 5.10.74+gb0d74a58e223 #1 SMP PREEMPT Mon Oct 18 17:39:28 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
Do you know if I have to enable in somewhere else the lsio_mu2?
I attach the generated DTS (preprocessed and decompiled) with lsio_mu2 instead of lsio_mu1 for reference.
Thanks