From: Baruch Siach Date: Sun, 24 Mar 2019 11:27:44 +0000 (+0200) Subject: ata: ahci_mvebu: add support for Armada 38x X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5903b91988461e2cd4f586dc773410e99b063cb9;p=u-boot.git ata: ahci_mvebu: add support for Armada 38x 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 Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/drivers/ata/ahci_mvebu.c b/drivers/ata/ahci_mvebu.c index 6e3f17ee27..48a9d00d14 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" }, { }