[U-Boot] [PATCH 2/2] ata: ahci_mvebu: add support for Armada 38x
Baruch Siach
baruch at tkos.co.il
Sun Mar 24 11:27:44 UTC 2019
With board_ahci_enable() implementation for Armada 38x in place we can
now enable 38x support in the ahci_mvebu driver.
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
drivers/ata/ahci_mvebu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/ahci_mvebu.c b/drivers/ata/ahci_mvebu.c
index 6e3f17ee276d..48a9d00d1479 100644
--- a/drivers/ata/ahci_mvebu.c
+++ b/drivers/ata/ahci_mvebu.c
@@ -44,6 +44,7 @@ static int mvebu_ahci_probe(struct udevice *dev)
}
static const struct udevice_id mvebu_ahci_ids[] = {
+ { .compatible = "marvell,armada-380-ahci" },
{ .compatible = "marvell,armada-3700-ahci" },
{ .compatible = "marvell,armada-8k-ahci" },
{ }
--
2.20.1
More information about the U-Boot
mailing list