[3/7] board: sunxi: Add R40 sata compatible

Message ID 20190412125236.12748-4-jagan@amarulasolutions.com
State New
Headers show
Series
  • sunxi: a20/r40: Migrate DM_MMC and DM_SCSI
Related show

Commit Message

Jagan Teki April 12, 2019, 12:52 p.m. UTC
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(+)

Patch

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" },
 	{ }
 };