Module Name:    src
Committed By:   bouyer
Date:           Wed Jul 16 18:31:17 UTC 2014

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

Log Message:
Glue in tifb and tiotg drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 src/sys/arch/arm/omap/files.omap2:1.28
--- src/sys/arch/arm/omap/files.omap2:1.27	Tue Jun 18 15:22:37 2013
+++ src/sys/arch/arm/omap/files.omap2	Wed Jul 16 18:31:17 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: files.omap2,v 1.27 2013/06/18 15:22:37 matt Exp $
+#	$NetBSD: files.omap2,v 1.28 2014/07/16 18:31:17 bouyer Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -143,6 +143,13 @@ file	arch/arm/omap/obio_ohci.c		obioohci
 attach	ehci at obio with omap3_ehci
 file	arch/arm/omap/omap3_ehci.c		omap3_ehci
 
+# TI OTG controller
+define  tiotg_port {[port = -1], [mode = -1]}
+device	tiotg: tiotg_port
+attach	tiotg at obio
+file	arch/arm/omap/tiotg.c			tiotg
+attach  motg at tiotg_port
+
 attach	ahcisata at obio with omap5_ahcisata
 file	arch/arm/omap/omap5_ahcisata.c		omap5_ahcisata
 
@@ -150,6 +157,11 @@ device	omapfb: rasops16, rasops8, wsemul
 attach	omapfb at obio
 file	arch/arm/omap/omapfb.c			omapfb
 
+# TI AM335x framebuffer
+device	tifb: rasops16, rasops8, wsemuldisplaydev, vcons, edid
+attach	tifb at obio
+file	arch/arm/omap/tifb.c			tifb
+
 device	cpsw: ether, ifnet, arp, mii, mii_phy
 attach	cpsw at obio
 file	arch/arm/omap/if_cpsw.c			cpsw

Reply via email to