]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
cache: sifive_ccache: Add ESWIN EIC7700 support
authorPinkesh Vaghela <pinkesh.vaghela@einfochips.com>
Thu, 20 Mar 2025 10:54:45 +0000 (16:24 +0530)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 7 Apr 2025 15:53:46 +0000 (16:53 +0100)
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>
drivers/cache/sifive_ccache.c

index 6874b72ec59d8d7ab3635fbc13213139adf9e32b..e1a283805ea7f061d3a2fb1ae81eaa0972aa343d 100644 (file)
@@ -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",