Add new compatible string "allwinner,sun7i-a20-mmc".

New upstream DTS is using this now for A20 SoC.

MFC after:	3 days
This commit is contained in:
Emmanuel Vadot
2016-12-14 15:00:24 +00:00
parent d3e8d4784d
commit 2b0f0faeb6
+1
View File
@@ -65,6 +65,7 @@ __FBSDID("$FreeBSD$");
static struct ofw_compat_data compat_data[] = {
{"allwinner,sun4i-a10-mmc", 1},
{"allwinner,sun5i-a13-mmc", 1},
{"allwinner,sun7i-a20-mmc", 1},
{NULL, 0}
};