diff options
author | Sylvestre Gallon <syl@cvs.openbsd.org> | 2014-03-18 07:34:18 +0000 |
---|---|---|
committer | Sylvestre Gallon <syl@cvs.openbsd.org> | 2014-03-18 07:34:18 +0000 |
commit | d1131e3503a931386387af241494db4a259e4c94 (patch) | |
tree | 763a7cc3ef84c2e07c43b1ef24d85134233d3511 /sys/arch/armv7/conf | |
parent | 796f0724080684bf4b3b846251886da156d2144c (diff) |
Add missing parts of the tiic driver.
inspired by rapha@
ok rapha@, jasper@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC-OMAP | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC-OMAP b/sys/arch/armv7/conf/GENERIC-OMAP index 3b6af0cda6f..768ec2d3766 100644 --- a/sys/arch/armv7/conf/GENERIC-OMAP +++ b/sys/arch/armv7/conf/GENERIC-OMAP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-OMAP,v 1.7 2014/03/05 19:48:22 miod Exp $ +# $OpenBSD: GENERIC-OMAP,v 1.8 2014/03/18 07:34:17 syl Exp $ # # GENERIC machine description file # @@ -73,6 +73,8 @@ sitaracm* at omap? # sitara control module omdog* at omap? # watchdog timer omgpio* at omap? # user-visible GPIO pins? gpio* at omgpio? +#tiiic* at omap? +#iic* at tiiic? gptimer* at omap? # general purpose timers dmtimer* at omap? # am335x dual mode timers ommmc* at omap? # SD/MMC card controller |