Add allwinner,sun8i-a83t-i2c to the list of compatible devices.

This commit is contained in:
Jared McNeill 2016-05-14 18:02:47 +00:00
parent 574679afe9
commit c9aad79aa9

View File

@ -66,6 +66,7 @@ __FBSDID("$FreeBSD$");
static struct ofw_compat_data compat_data[] = {
{"allwinner,sun4i-a10-i2c", 1},
{"allwinner,sun6i-a31-i2c", 1},
{"allwinner,sun8i-a83t-i2c", 1},
{NULL, 0},
};