Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Pinkesh Vaghela and committed by
Conor Dooley
82e8c693 2eb68366

+2
+2
drivers/cache/sifive_ccache.c
··· 118 118 } 119 119 120 120 static const struct of_device_id sifive_ccache_ids[] = { 121 + { .compatible = "eswin,eic7700-l3-cache", 122 + .data = (void *)(QUIRK_NONSTANDARD_CACHE_OPS) }, 121 123 { .compatible = "sifive,fu540-c000-ccache" }, 122 124 { .compatible = "sifive,fu740-c000-ccache" }, 123 125 { .compatible = "starfive,jh7100-ccache",