mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-11-22 19:01:33 +00:00
lib: utils/timer: mtimer: add MIPS P8700 compatible
The MTIMER of the MIPS P8700 is compliant with the ACLINT specification, so add a 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/20251107-p8700-aclint-v3-2-93eabb17d54e@bootlin.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -157,6 +157,7 @@ static const struct timer_mtimer_quirks thead_aclint_quirks = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct fdt_match timer_mtimer_match[] = {
|
static const struct fdt_match timer_mtimer_match[] = {
|
||||||
|
{ .compatible = "mips,p8700-aclint-mtimer" },
|
||||||
{ .compatible = "riscv,clint0", .data = &sifive_clint_quirks },
|
{ .compatible = "riscv,clint0", .data = &sifive_clint_quirks },
|
||||||
{ .compatible = "sifive,clint0", .data = &sifive_clint_quirks },
|
{ .compatible = "sifive,clint0", .data = &sifive_clint_quirks },
|
||||||
{ .compatible = "sifive,clint2", .data = &sifive_clint_quirks },
|
{ .compatible = "sifive,clint2", .data = &sifive_clint_quirks },
|
||||||
|
|||||||
Reference in New Issue
Block a user