diff options
author | Yanhong Wang <yanhong.wang@starfivetech.com> | 2023-03-29 11:42:09 +0800 |
---|---|---|
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | 2023-04-20 16:08:44 +0800 |
commit | 22c240273742befbf6791292dfdd6ebe63c2c09a (patch) | |
tree | 55aa668dda0c4f88f52b9ad26fbe387c4d12bec0 | |
parent | 218534153ec8932a873dcca48a1a2b4aba0e32b5 (diff) |
cache: starfive: Add StarFive JH7110 support
This adds support for the StarFive JH7110 SoC which also
feature this SiFive cache controller.
Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
Tested-by: Conor Dooley <conor.dooley@microchip.com>
-rw-r--r-- | drivers/cache/cache-sifive-ccache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cache/cache-sifive-ccache.c b/drivers/cache/cache-sifive-ccache.c index c8766f6242..521df40466 100644 --- a/drivers/cache/cache-sifive-ccache.c +++ b/drivers/cache/cache-sifive-ccache.c @@ -62,6 +62,7 @@ static int sifive_ccache_probe(struct udevice *dev) static const struct udevice_id sifive_ccache_ids[] = { { .compatible = "sifive,fu540-c000-ccache" }, { .compatible = "sifive,fu740-c000-ccache" }, + { .compatible = "sifive,ccache0" }, {} }; |