From: Pinkesh Vaghela Date: Thu, 20 Mar 2025 10:54:45 +0000 (+0530) Subject: cache: sifive_ccache: Add ESWIN EIC7700 support X-Git-Tag: v6.16-rc1~100^2~2^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=82e8c6931074e1fa1bdbdcc01604e164c42f989e;p=linux-block.git 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 Reviewed-by: Samuel Holland Signed-off-by: Conor Dooley --- diff --git a/drivers/cache/sifive_ccache.c b/drivers/cache/sifive_ccache.c index 6874b72ec59d..e1a283805ea7 100644 --- a/drivers/cache/sifive_ccache.c +++ b/drivers/cache/sifive_ccache.c @@ -118,6 +118,8 @@ static void ccache_config_read(void) } static const struct of_device_id sifive_ccache_ids[] = { + { .compatible = "eswin,eic7700-l3-cache", + .data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS) }, { .compatible = "sifive,fu540-c000-ccache" }, { .compatible = "sifive,fu740-c000-ccache" }, { .compatible = "starfive,jh7100-ccache",