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>
This commit is contained in:

committed by
Leo Yu-Chi Liang

parent
218534153e
commit
22c2402737
1
drivers/cache/cache-sifive-ccache.c
vendored
1
drivers/cache/cache-sifive-ccache.c
vendored
@@ -62,6 +62,7 @@ static int sifive_ccache_probe(struct udevice *dev)
|
|||||||
static const struct udevice_id sifive_ccache_ids[] = {
|
static const struct udevice_id sifive_ccache_ids[] = {
|
||||||
{ .compatible = "sifive,fu540-c000-ccache" },
|
{ .compatible = "sifive,fu540-c000-ccache" },
|
||||||
{ .compatible = "sifive,fu740-c000-ccache" },
|
{ .compatible = "sifive,fu740-c000-ccache" },
|
||||||
|
{ .compatible = "sifive,ccache0" },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user