diff options
author | Jagan Teki | 2019-04-12 16:47:56 +0530 |
---|---|---|
committer | Jagan Teki | 2019-04-17 14:34:45 +0530 |
commit | cbb9cdc7aa638a939ca841cff0033daeeb3d6702 (patch) | |
tree | 03af994731285065efac8175c803601341295ee9 /board/sunxi | |
parent | 0cc47a8ead4f146ebfb37009af2dd2107d329391 (diff) |
board: sunxi: Add R40 sata compatible
Add sata compatible for R40.
Cc: Pablo Sebastián Greco <pgreco@centosproject.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/ahci.c b/board/sunxi/ahci.c index a79b80ca1ec..9b030136672 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" }, { } }; |