Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf add missing omapdma.



details:   https://anonhg.NetBSD.org/src/rev/5b1e93f1a5fd
branches:  trunk
changeset: 798200:5b1e93f1a5fd
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Aug 10 22:55:29 2014 +0000

description:
add missing omapdma.

diffstat:

 sys/arch/evbarm/conf/IGEPV2 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ae5f2686dcfd -r 5b1e93f1a5fd sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2       Sun Aug 10 22:35:32 2014 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2       Sun Aug 10 22:55:29 2014 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: IGEPV2,v 1.22 2014/08/03 09:18:16 martin Exp $
+#      $NetBSD: IGEPV2,v 1.23 2014/08/10 22:55:29 chs Exp $
 #
 #      IGEPv2 -- TI OMAP 3530 Eval Board Kernel
 #
@@ -236,6 +236,9 @@
 #omapwdt32k*   at obio1 addr 0x4830c000 size 2048      # WDT1
 #omapwdt32k*   at obio1 addr 0x48314000 size 2048      # WDT2
 
+# onboard DMA
+omapdma0       at obio0 addr 0x48056000 size 0x1000
+
 # Power, Reset and Clock Management
 prcm*          at obio1 addr 0x48306000 size 0x2000    # PRM Module
 



Home | Main Index | Thread Index | Old Index