]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 a79b80ca1ecdb798babdb763bf56de3637f0defd..9b0301366729aea0b16e420d7c0fec97c80955eb 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" },
        { }
 };