Skip to content
Snippets Groups Projects
Commit 951f1b5f authored by Stefan Roese's avatar Stefan Roese
Browse files

spi: kirkwood_spi.c: Add compatible match ID for Armada 375


This enables this driver for the Marvell Armada 375 SoC.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Reviwer-by: default avatarJagan Teki <jteki@openedev.com>
parent 563d8d93
No related branches found
No related tags found
No related merge requests found
......@@ -315,6 +315,7 @@ static const struct dm_spi_ops mvebu_spi_ops = {
};
static const struct udevice_id mvebu_spi_ids[] = {
{ .compatible = "marvell,armada-375-spi" },
{ .compatible = "marvell,armada-380-spi" },
{ .compatible = "marvell,armada-xp-spi" },
{ }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment