Commit 82e8c693 authored by Pinkesh Vaghela's avatar Pinkesh Vaghela Committed by Conor Dooley
Browse files

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: default avatarPinkesh Vaghela <pinkesh.vaghela@einfochips.com>
Reviewed-by: default avatarSamuel Holland <samuel.holland@sifive.com>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 2eb68366
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",