mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
cache: sifive_ccache: Add StarFive JH7110 SoC support
This cache controller is also used on the StarFive JH7110 SoC. It does not have the data-uncorrectable ECC quirk that JH7100 has, so only QUIRK_NONSTANDARD_CACHE_OPS is set. Signed-off-by: Dominique Belhachemi <domibel@debian.org> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
254f49634e
commit
8e2501e149
2
drivers/cache/sifive_ccache.c
vendored
2
drivers/cache/sifive_ccache.c
vendored
|
|
@ -124,6 +124,8 @@ static const struct of_device_id sifive_ccache_ids[] = {
|
|||
{ .compatible = "sifive,fu740-c000-ccache" },
|
||||
{ .compatible = "starfive,jh7100-ccache",
|
||||
.data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS | QUIRK_BROKEN_DATA_UNCORR) },
|
||||
{ .compatible = "starfive,jh7110-ccache",
|
||||
.data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS) },
|
||||
{ .compatible = "sifive,ccache0" },
|
||||
{ /* end of table */ }
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user