[U-Boot] [PATCH 3/7] board: sunxi: Add R40 sata compatible
Jagan Teki
jagan at amarulasolutions.com
Fri Apr 12 12:52:32 UTC 2019
Add sata compatible for R40.
Cc: Pablo Sebastián Greco <pgreco at centosproject.org>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
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.18.0.321.gffc6fa0e3
More information about the U-Boot
mailing list