sata: sata_mv: add orion-sata compatible string
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>
This commit is contained in:
parent
6d29497123
commit
586f7b913d
@ -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" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user