diff options
| author | Michael Walle <[email protected]> | 2019-04-03 23:28:30 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2019-04-12 07:04:18 +0200 |
| commit | 586f7b913d4abe07454e1856681309061687bdf1 (patch) | |
| tree | 4c785db9846b32aa82ed8c41836e4f687b7facd4 | |
| parent | 6d294971234005d75b50856371e04fb3fa3e6720 (diff) | |
sata: sata_mv: add orion-sata compatible string
The kirkwood devices are compatible with this driver.
Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Stefan Roese <[email protected]>
| -rw-r--r-- | drivers/ata/sata_mv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index b691107dc04..2a630d46c14 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" }, { } }; |
