From 586f7b913d4abe07454e1856681309061687bdf1 Mon Sep 17 00:00:00 2001 From: Michael Walle Date: Wed, 3 Apr 2019 23:28:30 +0200 Subject: [PATCH] sata: sata_mv: add orion-sata compatible string The kirkwood devices are compatible with this driver. Signed-off-by: Michael Walle Reviewed-by: Chris Packham Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- drivers/ata/sata_mv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index b691107..2a630d4 100644 --- a/drivers/ata/sata_mv.c +++ b/drivers/ata/sata_mv.c @@ -1079,6 +1079,7 @@ static int sata_mv_scan(struct udevice *dev) static const struct udevice_id sata_mv_ids[] = { { .compatible = "marvell,armada-370-sata" }, + { .compatible = "marvell,orion-sata" }, { } }; -- 2.7.4