summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/twsi
diff options
context:
space:
mode:
authorjmcneill <jmcneill@FreeBSD.org>2016-05-14 18:02:47 +0000
committerjmcneill <jmcneill@FreeBSD.org>2016-05-14 18:02:47 +0000
commit2b8cd1e8042150817a7433ab3b6e09f40ae9b0e2 (patch)
tree6e317ad22097ba99795a85d44bff55c30ebc6f30 /sys/dev/iicbus/twsi
parentf9a4fa815c6cb244cf61e9a1f957fb5bd58060e5 (diff)
downloadFreeBSD-src-2b8cd1e8042150817a7433ab3b6e09f40ae9b0e2.zip
FreeBSD-src-2b8cd1e8042150817a7433ab3b6e09f40ae9b0e2.tar.gz
Add allwinner,sun8i-a83t-i2c to the list of compatible devices.
Diffstat (limited to 'sys/dev/iicbus/twsi')
-rw-r--r--sys/dev/iicbus/twsi/a10_twsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/iicbus/twsi/a10_twsi.c b/sys/dev/iicbus/twsi/a10_twsi.c
index 701153b..bd8fc8d 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},
};
OpenPOWER on IntegriCloud