Skip to content

Commit

Permalink
sifive/sifive_l2_cache: Add Starfive support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom authored and esmil committed Dec 27, 2021
1 parent b35b122 commit f521121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/sifive/sifive_l2_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ },
};

Expand Down

0 comments on commit f521121

Please sign in to comment.