summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-02-15 15:11:26 +0000
committerandrew <andrew@FreeBSD.org>2016-02-15 15:11:26 +0000
commit3245bc3a66dfd5daa4971aeb91f5d5a8acdf4ddf (patch)
tree91c814f874e439be5341e83637416d7106d54d30 /sys/arm/mv
parent355920c5b7ac9de10746af1c20c16d1ab082faa1 (diff)
downloadFreeBSD-src-3245bc3a66dfd5daa4971aeb91f5d5a8acdf4ddf.zip
FreeBSD-src-3245bc3a66dfd5daa4971aeb91f5d5a8acdf4ddf.tar.gz
Add support for the Allwinner i2c device. This is similar to the existing
Marvell twsi part, however uses different register locations, as such split the existing driver into Marvell and Allwinner attachments. While here clean a few style issues. Submitted by: Emmanuel Vadot <manu@bidouilliste.com> Differential Revision: https://reviews.freebsd.org/D4846
Diffstat (limited to 'sys/arm/mv')
-rw-r--r--sys/arm/mv/files.mv1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/mv/files.mv b/sys/arm/mv/files.mv
index e605aab..29edffb 100644
--- a/sys/arm/mv/files.mv
+++ b/sys/arm/mv/files.mv
@@ -21,6 +21,7 @@ arm/mv/mv_ts.c standard
arm/mv/timer.c standard
dev/cesa/cesa.c optional cesa
+dev/iicbus/twsi/mv_twsi.c optional twsi
dev/mge/if_mge.c optional mge
dev/nand/nfc_mv.c optional nand
dev/mvs/mvs_soc.c optional mvs
OpenPOWER on IntegriCloud