cache: starfive: Add StarFive JH7110 support 50/291950/1
authorYanhong Wang <yanhong.wang@starfivetech.com>
Wed, 29 Mar 2023 03:42:09 +0000 (11:42 +0800)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 25 Apr 2023 06:25:18 +0000 (15:25 +0900)
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>
(cherry picked from commit 22c240273742befbf6791292dfdd6ebe63c2c09a)

Change-Id: Ia99bcd1c9dbdaacbf3a0390e388ef05f6d96db17
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/cache/cache-sifive-ccache.c

index c8766f6..521df40 100644 (file)
@@ -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" },
        {}
 };