lib: ipi/timer: in favor of upstream linux settings
Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
This commit is contained in:
committed by
Xiaoguang Xing
parent
44fdaafcb4
commit
3745939ceb
@@ -57,6 +57,7 @@ static const struct fdt_match ipi_mswi_match[] = {
|
||||
{ .compatible = "riscv,clint0", .data = &clint_offset },
|
||||
{ .compatible = "sifive,clint0", .data = &clint_offset },
|
||||
{ .compatible = "thead,c900-clint", .data = &clint_offset },
|
||||
{ .compatible = "sophgo,sg2042-clint-mswi", .data = &clint_offset },
|
||||
{ .compatible = "thead,c900-clint-mswi", .data = &clint_offset },
|
||||
{ .compatible = "riscv,aclint-mswi" },
|
||||
{ },
|
||||
|
||||
@@ -143,6 +143,8 @@ static const struct fdt_match timer_mtimer_match[] = {
|
||||
{ .compatible = "thead,c900-clint", .data = &thead_clint_quirks },
|
||||
{ .compatible = "thead,c900-clint-mtimer",
|
||||
.data = &thead_clint_sep_quirks },
|
||||
{ .compatible = "sophgo,sg2042-clint-mtimer",
|
||||
.data = &thead_clint_sep_quirks },
|
||||
{ .compatible = "riscv,aclint-mtimer" },
|
||||
{ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user