From f2ac3a85b2b6890e5b061327b2aebef382bfb58c Mon Sep 17 00:00:00 2001 From: Sergiy Kibrik Date: Mon, 25 Sep 2023 13:06:14 +0300 Subject: [PATCH] domd: tag mfis_mbox node as xen,passthrough mfix_mbox and iccom015 share the same IRQ number hence have to be tagged for passthrough the same way. Otherwise dom0 won't let domain be created if it's configured with iccom015 device. Signed-off-by: Sergiy Kibrik --- .../recipes-kernel/linux/linux-renesas/r8a779f0-spider-xen.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-xt-domd-gen4/recipes-kernel/linux/linux-renesas/r8a779f0-spider-xen.dts b/meta-xt-domd-gen4/recipes-kernel/linux/linux-renesas/r8a779f0-spider-xen.dts index 2c686d1..ce1e4c8 100644 --- a/meta-xt-domd-gen4/recipes-kernel/linux/linux-renesas/r8a779f0-spider-xen.dts +++ b/meta-xt-domd-gen4/recipes-kernel/linux/linux-renesas/r8a779f0-spider-xen.dts @@ -353,6 +353,7 @@ iommus = <&ipmmu_hc 7>, <&ipmmu_hc 23>; }; + mfis_mbox { xen,passthrough; }; iccom00 { xen,passthrough; }; iccom01 { xen,passthrough; }; iccom02 { xen,passthrough; };