Module Name:    src
Committed By:   bouyer
Date:           Wed Apr 17 14:35:34 UTC 2013

Modified Files:
        src/sys/arch/arm/omap: omap2_obio.c

Log Message:
Add sitaracm as required modules for TI_AM335X


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/omap/omap2_obio.c

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/omap2_obio.c
diff -u src/sys/arch/arm/omap/omap2_obio.c:1.19 src/sys/arch/arm/omap/omap2_obio.c:1.20
--- src/sys/arch/arm/omap/omap2_obio.c:1.19	Tue Jan  8 19:03:16 2013
+++ src/sys/arch/arm/omap/omap2_obio.c	Wed Apr 17 14:35:34 2013
@@ -1,7 +1,7 @@
-/*	$Id: omap2_obio.c,v 1.19 2013/01/08 19:03:16 macallan Exp $	*/
+/*	$Id: omap2_obio.c,v 1.20 2013/04/17 14:35:34 bouyer Exp $	*/
 
 /* adapted from: */
-/*	$NetBSD: omap2_obio.c,v 1.19 2013/01/08 19:03:16 macallan Exp $ */
+/*	$NetBSD: omap2_obio.c,v 1.20 2013/04/17 14:35:34 bouyer Exp $ */
 
 
 /*
@@ -103,7 +103,7 @@
 
 #include "opt_omap.h"
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.19 2013/01/08 19:03:16 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.20 2013/04/17 14:35:34 bouyer Exp $");
 
 #include "locators.h"
 #include "obio.h"
@@ -384,6 +384,7 @@ static const struct {
 #if defined(TI_AM335X)
 	{ .name = "omapicu", .addr = 0x48200000, .required = true },
 	{ .name = "prcm", .addr = 0x44e00000, .required = true },
+	{ .name = "sitaracm", .addr = 0x44e10000, .required = true },
 #endif
 #if defined(OMAP_3530)
 	{ .name = "omapdma", .addr = OMAP3530_SDMA_BASE, .required = true },

Reply via email to