ata: ahci_mvebu: add support for Armada 38x
authorBaruch Siach <baruch@tkos.co.il>
Sun, 24 Mar 2019 11:27:44 +0000 (13:27 +0200)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
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>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/ata/ahci_mvebu.c

index 6e3f17ee276d9c19c69c3058205c2a2c20a02a4a..48a9d00d1479c174d8dd97fb42f38ade24b3a743 100644 (file)
@@ -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" },
        { }