From 572635e572d55b170eebe3860350d16b27ead635 Mon Sep 17 00:00:00 2001 From: riastradh Date: Tue, 11 Dec 2012 19:21:05 +0000 Subject: [PATCH] Hook up all the new AM335x files. --- sys/arch/arm/omap/files.omap2 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm/omap/files.omap2 b/sys/arch/arm/omap/files.omap2 index 43207085d375..71e632e33e6c 100644 --- a/sys/arch/arm/omap/files.omap2 +++ b/sys/arch/arm/omap/files.omap2 @@ -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 @@ device omapgpio: gpiobus 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 @@ file arch/arm/omap/omap2_nand.c omapnand 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