From c9aad79aa9018f768dc594ef5bece5ce00ab42bc Mon Sep 17 00:00:00 2001 From: Jared McNeill Date: Sat, 14 May 2016 18:02:47 +0000 Subject: [PATCH] Add allwinner,sun8i-a83t-i2c to the list of compatible devices. --- sys/dev/iicbus/twsi/a10_twsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/iicbus/twsi/a10_twsi.c b/sys/dev/iicbus/twsi/a10_twsi.c index 701153b1d438..bd8fc8da4af0 100644 --- a/sys/dev/iicbus/twsi/a10_twsi.c +++ b/sys/dev/iicbus/twsi/a10_twsi.c @@ -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}, };