diff options
author | Tom <support@vamrs.com> | 2021-02-15 18:59:46 +0300 |
---|---|---|
committer | Emil Renner Berthing <kernel@esmil.dk> | 2021-12-26 18:41:30 +0300 |
commit | 40170812a81b19bcccf3df775f19be6ac452d425 (patch) | |
tree | 8ed83c48471d4087cf789feac63091741e5de840 | |
parent | 90402bb1f9ce357a3de1acae1db9489dc7744030 (diff) | |
download | linux-40170812a81b19bcccf3df775f19be6ac452d425.tar.xz |
sifive/sifive_l2_cache: Add Starfive support
-rw-r--r-- | drivers/soc/sifive/sifive_l2_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/sifive/sifive_l2_cache.c b/drivers/soc/sifive/sifive_l2_cache.c index 0b9e9e852ee4..5f2b295fc5ef 100644 --- a/drivers/soc/sifive/sifive_l2_cache.c +++ b/drivers/soc/sifive/sifive_l2_cache.c @@ -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 */ }, }; |