board: sunxi: Add R40 sata compatible
authorJagan Teki <jagan@amarulasolutions.com>
Fri, 12 Apr 2019 11:17:56 +0000 (16:47 +0530)
committerJagan 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

index a79b80c..9b03013 100644 (file)
@@ -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" },
        { }
 };