Module Name:    src
Committed By:   bouyer
Date:           Wed Apr 17 14:34:02 UTC 2013

Modified Files:
        src/sys/arch/arm/omap: files.omap2

Log Message:
Glue new drivers sitaracm and tiiic


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/arm/omap/files.omap2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/omap/files.omap2
diff -u src/sys/arch/arm/omap/files.omap2:1.24 src/sys/arch/arm/omap/files.omap2:1.25
--- src/sys/arch/arm/omap/files.omap2:1.24	Wed Jan  9 04:49:05 2013
+++ src/sys/arch/arm/omap/files.omap2	Wed Apr 17 14:34:02 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: files.omap2,v 1.24 2013/01/09 04:49:05 macallan Exp $
+#	$NetBSD: files.omap2,v 1.25 2013/04/17 14:34:02 bouyer Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -37,6 +37,12 @@ file	arch/arm/arm/bus_space_a2x.S		obio
 file	arch/arm/omap/omap_a4x_space.c		obio
 file	arch/arm/arm/bus_space_a4x.S		obio
 
+# TI Sitara control module
+device	sitaracm
+attach	sitaracm at obio with sitaracm
+file	arch/arm/omap/sitara_cm.c		sitaracm
+file	arch/arm/omap/am335x_cm_padconf.c	ti_am335x
+
 # OMAP2 interrupt controller
 device	omapicu: pic, pic_splfuncs
 attach	omapicu at obio with omap2icu
@@ -48,6 +54,11 @@ device	omapgpio: gpiobus
 attach	omapgpio at obio with omap2gpio
 file	arch/arm/omap/omap2_gpio.c		(omap2 | omap3) & omapgpio
 
+# TI_AM335X (and maybe TI OMAP4) I2C controllers
+device	tiiic: i2cbus, i2cexec
+attach	tiiic at obio with ti_iic
+file	arch/arm/omap/ti_iic.c			ti_iic
+
 # OMAP3 I2C controllers
 device	omapiic: i2cbus, i2cexec
 attach	omapiic at obio with omap3_i2c

Reply via email to