From: Jagan Teki Date: Fri, 12 Apr 2019 11:17:56 +0000 (+0530) Subject: board: sunxi: Add R40 sata compatible X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cbb9cdc7aa638a939ca841cff0033daeeb3d6702;p=project%2Fbcm63xx%2Fu-boot.git board: sunxi: Add R40 sata compatible Add sata compatible for R40. Cc: Pablo Sebastián Greco Signed-off-by: Jagan Teki --- 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" }, { } };