sata: sata_mv: add orion-sata compatible string
authorMichael Walle <michael@walle.cc>
Wed, 3 Apr 2019 21:28:30 +0000 (23:28 +0200)
committerStefan Roese <sr@denx.de>
Fri, 12 Apr 2019 05:04:18 +0000 (07:04 +0200)
The kirkwood devices are compatible with this driver.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/ata/sata_mv.c

index b691107dc0437d57505321c3e05658ee1582fed5..2a630d46c142f97da1c3a8ff4f5c3a62512cf5ba 100644 (file)
@@ -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" },
        { }
 };