mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
sifive/sifive_l2_cache: Add Starfive support
This commit is contained in:
parent
8af79592c8
commit
53a0235d5b
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ static void l2_config_read(void)
|
|||
static const struct of_device_id sifive_l2_ids[] = {
|
||||
{ .compatible = "sifive,fu540-c000-ccache" },
|
||||
{ .compatible = "sifive,fu740-c000-ccache" },
|
||||
{ .compatible = "starfive,ccache0" },
|
||||
{ /* end of table */ },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue