[PATCH v2 1/2] lib: utils/ipi: mswi: add MIPS P8700 compatible
Anup Patel
anup at brainfault.org
Wed Nov 5 08:08:51 PST 2025
On Mon, Oct 27, 2025 at 6:42 PM Benoît Monin <benoit.monin at bootlin.com> wrote:
>
> The MSWI present in the MIPS P8700 is compliant with the ACLINT
> specification, so add a dedicated compatible string for it.
>
> Signed-off-by: Benoît Monin <benoit.monin at bootlin.com>
LGTM.
Reviewed-by: Anup Patel <anup at brainfault.org>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> lib/utils/ipi/fdt_ipi_mswi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/utils/ipi/fdt_ipi_mswi.c b/lib/utils/ipi/fdt_ipi_mswi.c
> index 20f6fbc..6d8f6bf 100644
> --- a/lib/utils/ipi/fdt_ipi_mswi.c
> +++ b/lib/utils/ipi/fdt_ipi_mswi.c
> @@ -57,6 +57,7 @@ static const struct fdt_match ipi_mswi_match[] = {
> { .compatible = "sifive,clint0", .data = &clint_offset },
> { .compatible = "thead,c900-clint", .data = &clint_offset },
> { .compatible = "thead,c900-aclint-mswi" },
> + { .compatible = "mips,p8700-aclint-mswi" },
> { .compatible = "riscv,aclint-mswi" },
> { },
> };
>
> --
> 2.51.1
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
More information about the opensbi
mailing list