projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d29497
)
sata: sata_mv: add orion-sata compatible string
author
Michael Walle
<michael@walle.cc>
Wed, 3 Apr 2019 21:28:30 +0000
(23:28 +0200)
committer
Stefan 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
patch
|
blob
|
history
diff --git
a/drivers/ata/sata_mv.c
b/drivers/ata/sata_mv.c
index b691107dc0437d57505321c3e05658ee1582fed5..2a630d46c142f97da1c3a8ff4f5c3a62512cf5ba 100644
(file)
--- 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" },
{ }
};