Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Glue in tifb and tiotg drivers.
details: https://anonhg.NetBSD.org/src/rev/26c3dcbc1a15
branches: trunk
changeset: 330630:26c3dcbc1a15
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Jul 16 18:31:17 2014 +0000
description:
Glue in tifb and tiotg drivers.
diffstat:
sys/arch/arm/omap/files.omap2 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 91754e30be2b -r 26c3dcbc1a15 sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2 Wed Jul 16 18:30:43 2014 +0000
+++ b/sys/arch/arm/omap/files.omap2 Wed Jul 16 18:31:17 2014 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index