Skip to content

Commit 82e8c69

Browse files
PinkeshVaghelaEinfochipsConchuOD
authored andcommitted
cache: sifive_ccache: Add ESWIN EIC7700 support
This adds support for the ESWIN EIC7700 SoC which also features this SiFive composable cache controller. Signed-off-by: Pinkesh Vaghela <pinkesh.vaghela@einfochips.com> Reviewed-by: Samuel Holland <samuel.holland@sifive.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 2eb6836 commit 82e8c69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/cache/sifive_ccache.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ static void ccache_config_read(void)
118118
}
119119

120120
static const struct of_device_id sifive_ccache_ids[] = {
121+
{ .compatible = "eswin,eic7700-l3-cache",
122+
.data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS) },
121123
{ .compatible = "sifive,fu540-c000-ccache" },
122124
{ .compatible = "sifive,fu740-c000-ccache" },
123125
{ .compatible = "starfive,jh7100-ccache",

0 commit comments

Comments
 (0)