Re: [PATCH V2] riscv: dts: spacemit: k3: fix IMSIC num-guest-ids

From: Yixun Lan

Date: Mon Aug 17 2026 - 04:50:39 EST


Hi Guo

On 03:30 Mon 17 Aug , Guo Ren wrote:
> From: "GUO Ren (XuanTie)" <guoren@xxxxxxxxxx>
>
> The initial K3 device tree used generic/placeholder values for the
> IMSIC guest configuration:
>
> riscv,num-guest-ids = <511>;
>
> According to the SpacemiT K3 User Manual this values is incorrect
> for the X100 cores:
>
> - Advanced Interrupt Architecture (AIA):
> - M-mode MSI: 512
> - S-mode MSI: 512
> - VS-mode MSI: 64
>
> Therefore, S-mode IMSIC (simsic) needs num-guest-ids = 63.
>
> Fixes: 56f37e391a62 ("riscv: dts: spacemit: add initial support for K3 SoC")
> Cc: stable@xxxxxxxxxxxxxxx
> Cc: Guodong Xu <docular.xu@xxxxxxxxx>
> Cc: Yixun Lan <dlan@xxxxxxxxxx>
> Signed-off-by: GUO Ren (XuanTie) <guoren@xxxxxxxxxx>
> ---
> V2:
> - Drop the riscv,guest-index-bits change for simsic: the property
> describes the number of guest index bits in the MSI target address,
> and the per-hart stride on K3 is 0x40000 = 2^(6 + 12), so 6 is
> correct as is.
> - Drop the mimsic changes: already fixed by Junhui.
> - Reword the subject and commit log accordingly.
> ---
> arch/riscv/boot/dts/spacemit/k3.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Yixun Lan <dlan@xxxxxxxxxx>

--
Yixun Lan (dlan)