sifive/sifive_l2_cache: Add Starfive support

This commit is contained in:
Tom 2021-02-15 23:59:46 +08:00 committed by Emil Renner Berthing
parent 8af79592c8
commit 53a0235d5b

View file

@ -103,6 +103,7 @@ static void l2_config_read(void)
static const struct of_device_id sifive_l2_ids[] = {
{ .compatible = "sifive,fu540-c000-ccache" },
{ .compatible = "sifive,fu740-c000-ccache" },
{ .compatible = "starfive,ccache0" },
{ /* end of table */ },
};