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 Hook up all the new AM335x files.



details:   https://anonhg.NetBSD.org/src/rev/a538908e4f23
branches:  trunk
changeset: 783221:a538908e4f23
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Dec 11 19:21:05 2012 +0000

description:
Hook up all the new AM335x files.

diffstat:

 sys/arch/arm/omap/files.omap2 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r fbe594d2dd4a -r a538908e4f23 sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2     Tue Dec 11 19:18:56 2012 +0000
+++ b/sys/arch/arm/omap/files.omap2     Tue Dec 11 19:21:05 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.omap2,v 1.16 2012/12/11 01:54:41 khorben Exp $
+#      $NetBSD: files.omap2,v 1.17 2012/12/11 19:21:05 riastradh Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -48,6 +48,14 @@
 attach omapgpio at obio with omap2gpio
 file   arch/arm/omap/omap2_gpio.c              (omap2 | omap3) & omapgpio
 
+# OMAP dual-mode timer
+device omapdmtimer
+file   arch/arm/omap/omap_dmtimer.c            omapdmtimer
+defparam opt_omap.h                            OMAP_SYSTEM_CLOCK_FREQ
+
+attach omapdmtimer at obio with omap_dmtimer_obio
+file   arch/arm/omap/am335x_dmtimer.c          ti_am335x & omapdmtimer
+
 # OMAP 2430 General Purpose Timer
 device omapmputmr
 file   arch/arm/omap/omap2_mputmr.c            omapmputmr
@@ -98,6 +106,7 @@
 device prcm
 attach prcm at obio
 file   arch/arm/omap/omap2_prcm.c              prcm needs-flag
+file   arch/arm/omap/am335x_prcm.c             ti_am335x
 
 # OHCI USB controller
 attach ohci at obio with obioohci



Home | Main Index | Thread Index | Old Index