mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-25 07:41:42 +01:00
lib: utils/ipi: mswi: add T-Head C9xx CLINT compatible
Althoug the MTIMER part of a C9xx CLINT differs from a SiFive one, the MSWI part is compliant. Add T-Head C9xx CLINT compatible string to fdt_ipi_mswi code, sharing the same codepath with SiFive CLINT. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Reviewed-by: Anup Patel <anup@brainfault.org>
This commit is contained in:

committed by
Anup Patel

parent
9a2eeb4aae
commit
a8ee82cd8c
@@ -56,6 +56,7 @@ static const unsigned long clint_offset = CLINT_MSWI_OFFSET;
|
|||||||
static const struct fdt_match ipi_mswi_match[] = {
|
static const struct fdt_match ipi_mswi_match[] = {
|
||||||
{ .compatible = "riscv,clint0", .data = &clint_offset },
|
{ .compatible = "riscv,clint0", .data = &clint_offset },
|
||||||
{ .compatible = "sifive,clint0", .data = &clint_offset },
|
{ .compatible = "sifive,clint0", .data = &clint_offset },
|
||||||
|
{ .compatible = "thead,c900-clint", .data = &clint_offset },
|
||||||
{ .compatible = "riscv,aclint-mswi" },
|
{ .compatible = "riscv,aclint-mswi" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user