
24 Mar
2019
24 Mar
'19
12:27 p.m.
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@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