mirror of
https://gitlab.com/qemu-project/opensbi.git
synced 2025-11-10 05:37:55 +08:00
lib: utils/ipi: mswi: add MIPS P8700 compatible
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@bootlin.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20251027-p8700-aclint-v2-1-f10cbfb66e92@bootlin.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@ -57,6 +57,7 @@ static const struct fdt_match ipi_mswi_match[] = {
|
|||||||
{ .compatible = "sifive,clint0", .data = &clint_offset },
|
{ .compatible = "sifive,clint0", .data = &clint_offset },
|
||||||
{ .compatible = "thead,c900-clint", .data = &clint_offset },
|
{ .compatible = "thead,c900-clint", .data = &clint_offset },
|
||||||
{ .compatible = "thead,c900-aclint-mswi" },
|
{ .compatible = "thead,c900-aclint-mswi" },
|
||||||
|
{ .compatible = "mips,p8700-aclint-mswi" },
|
||||||
{ .compatible = "riscv,aclint-mswi" },
|
{ .compatible = "riscv,aclint-mswi" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user