From cbb9cdc7aa638a939ca841cff0033daeeb3d6702 Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Fri, 12 Apr 2019 16:47:56 +0530 Subject: [PATCH] board: sunxi: Add R40 sata compatible MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add sata compatible for R40. Cc: Pablo Sebastián Greco Signed-off-by: Jagan Teki --- 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.25.1