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:
0cc47a8
)
board: sunxi: Add R40 sata compatible
author
Jagan Teki
<jagan@amarulasolutions.com>
Fri, 12 Apr 2019 11:17:56 +0000
(16:47 +0530)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Wed, 17 Apr 2019 09:04:45 +0000
(14:34 +0530)
Add sata compatible for R40.
Cc: Pablo Sebastián Greco <pgreco@centosproject.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
board/sunxi/ahci.c
patch
|
blob
|
history
diff --git
a/board/sunxi/ahci.c
b/board/sunxi/ahci.c
index a79b80ca1ecdb798babdb763bf56de3637f0defd..9b0301366729aea0b16e420d7c0fec97c80955eb 100644
(file)
--- a/
board/sunxi/ahci.c
+++ b/
board/sunxi/ahci.c
@@
-121,6
+121,7
@@
static int sunxi_sata_bind(struct udevice *dev)
static const struct udevice_id sunxi_ahci_ids[] = {
{ .compatible = "allwinner,sun4i-a10-ahci" },
+ { .compatible = "allwinner,sun8i-r40-ahci" },
{ }
};