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 new drivers sitaracm and tiiic
details: https://anonhg.NetBSD.org/src/rev/042b7568e81f
branches: trunk
changeset: 786156:042b7568e81f
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Apr 17 14:34:02 2013 +0000
description:
Glue new drivers sitaracm and tiiic
diffstat:
sys/arch/arm/omap/files.omap2 | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (34 lines):
diff -r aa0adeb8829b -r 042b7568e81f sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2 Wed Apr 17 14:33:06 2013 +0000
+++ b/sys/arch/arm/omap/files.omap2 Wed Apr 17 14:34:02 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.omap2,v 1.24 2013/01/09 04:49:05 macallan Exp $
+# $NetBSD: files.omap2,v 1.25 2013/04/17 14:34:02 bouyer Exp $
#
# Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
# Based on xscale/files.pxa2x0
@@ -37,6 +37,12 @@
file arch/arm/omap/omap_a4x_space.c obio
file arch/arm/arm/bus_space_a4x.S obio
+# TI Sitara control module
+device sitaracm
+attach sitaracm at obio with sitaracm
+file arch/arm/omap/sitara_cm.c sitaracm
+file arch/arm/omap/am335x_cm_padconf.c ti_am335x
+
# OMAP2 interrupt controller
device omapicu: pic, pic_splfuncs
attach omapicu at obio with omap2icu
@@ -48,6 +54,11 @@
attach omapgpio at obio with omap2gpio
file arch/arm/omap/omap2_gpio.c (omap2 | omap3) & omapgpio
+# TI_AM335X (and maybe TI OMAP4) I2C controllers
+device tiiic: i2cbus, i2cexec
+attach tiiic at obio with ti_iic
+file arch/arm/omap/ti_iic.c ti_iic
+
# OMAP3 I2C controllers
device omapiic: i2cbus, i2cexec
attach omapiic at obio with omap3_i2c
Home |
Main Index |
Thread Index |
Old Index