
12 Apr
2019
12 Apr
'19
2:52 p.m.
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 | 1 + 1 file changed, 1 insertion(+)
diff --git a/board/sunxi/ahci.c b/board/sunxi/ahci.c index a79b80ca1e..9b03013667 100644 --- 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" }, { } };
--
2.18.0.321.gffc6fa0e3