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 Add omap3 ehci and sdhc attachments
details: https://anonhg.NetBSD.org/src/rev/e981e2536ad2
branches: trunk
changeset: 780105:e981e2536ad2
user: matt <matt%NetBSD.org@localhost>
date: Thu Jul 12 03:08:48 2012 +0000
description:
Add omap3 ehci and sdhc attachments
diffstat:
sys/arch/arm/omap/files.omap2 | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r b0635557460b -r e981e2536ad2 sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2 Thu Jul 12 03:08:26 2012 +0000
+++ b/sys/arch/arm/omap/files.omap2 Thu Jul 12 03:08:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.omap2,v 1.9 2012/06/06 20:21:45 skrll Exp $
+# $NetBSD: files.omap2,v 1.10 2012/07/12 03:08:48 matt Exp $
#
# Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
# Based on xscale/files.pxa2x0
@@ -79,6 +79,10 @@
attach gpmc at mainbus
file arch/arm/omap/omap2_gpmc.c gpmc
+# SDMMC controller
+attach sdhc at obio with obiosdhc
+file arch/arm/omap/omap3_sdhc.c obiosdhc
+
# NAND flash controller
device omapnand: nandbus
attach omapnand at gpmc
@@ -94,6 +98,9 @@
attach ohci at obio with obioohci
file arch/arm/omap/obio_ohci.c obioohci
+attach ehci at obio with obioehci
+file arch/arm/omap/omap3_ehci.c obioehci
+
device omapfb: rasops16, rasops8, wsemuldisplaydev, vcons
attach omapfb at obio
file arch/arm/omap/omapfb.c omapfb
Home |
Main Index |
Thread Index |
Old Index