mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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:
parent
218534153e
commit
22c2402737
1 changed files with 1 additions and 0 deletions
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[] = {
|
||||
{ .compatible = "sifive,fu540-c000-ccache" },
|
||||
{ .compatible = "sifive,fu740-c000-ccache" },
|
||||
{ .compatible = "sifive,ccache0" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue