Author: manu
Date: Wed Dec 14 15:00:24 2016
New Revision: 310061
URL: https://svnweb.freebsd.org/changeset/base/310061
Log:
Add new compatible string "allwinner,sun7i-a20-mmc".
New upstream DTS is using this now for A20 SoC.
MFC after: 3 days
Modified:
head/sys/arm/allwinner/a10_mmc.c
Modified: head/sys/arm/allwinner/a10_mmc.c
==============================================================================
--- head/sys/arm/allwinner/a10_mmc.c Wed Dec 14 14:23:25 2016
(r310060)
+++ head/sys/arm/allwinner/a10_mmc.c Wed Dec 14 15:00:24 2016
(r310061)
@@ -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}
};
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"