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 Fix GPIO locations, comment out clocks



details:   https://anonhg.NetBSD.org/src/rev/e26293610060
branches:  trunk
changeset: 787411:e26293610060
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Jun 16 16:49:09 2013 +0000

description:
Fix GPIO locations, comment out clocks

diffstat:

 sys/arch/evbarm/conf/PANDABOARD |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r a637dad403a5 -r e26293610060 sys/arch/evbarm/conf/PANDABOARD
--- a/sys/arch/evbarm/conf/PANDABOARD   Sun Jun 16 16:48:23 2013 +0000
+++ b/sys/arch/evbarm/conf/PANDABOARD   Sun Jun 16 16:49:09 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: PANDABOARD,v 1.8 2013/06/05 23:08:00 christos Exp $
+#      $NetBSD: PANDABOARD,v 1.9 2013/06/16 16:49:09 matt Exp $
 #
 #      PANDABOARD -- TI OMAP 4430 Eval Board Kernel
 #
@@ -172,7 +172,7 @@
 a9wdt0         at armperiph?                           # Watchdog
 
 # Specify the memory size in megabytes.
-options                MEMSIZE=512
+#options       MEMSIZE=512
 
 # L3 Interconnect
 L3i0           at mainbus?
@@ -187,11 +187,11 @@
 gpmc0          at mainbus? base 0x50000000
 
 omapgpio0      at obio1 addr 0x48310000 size 0x0400 intrbase 160 intr 61
-#omapgpio1     at obio2 addr 0x49050000 size 0x0400 intrbase 192 intr 62
-#omapgpio2     at obio2 addr 0x49052000 size 0x0400 intrbase 224 intr 63
-#omapgpio3     at obio2 addr 0x49054000 size 0x0400 intrbase 256 intr 64
-omapgpio4      at obio2 addr 0x49056000 size 0x0400 intrbase 288 intr 65
-#omapgpio5     at obio2 addr 0x49058000 size 0x0400 intrbase 320 intr 66
+#omapgpio1     at obio2 addr 0x49055000 size 0x0400 intrbase 192 intr 62
+#omapgpio2     at obio2 addr 0x49057000 size 0x0400 intrbase 224 intr 63
+#omapgpio3     at obio2 addr 0x49059000 size 0x0400 intrbase 256 intr 64
+omapgpio4      at obio2 addr 0x4905a000 size 0x0400 intrbase 288 intr 65
+#omapgpio5     at obio2 addr 0x4905d000 size 0x0400 intrbase 320 intr 66
 
 gpio*          at omapgpio?
 
@@ -268,9 +268,9 @@
 
 # Hardware clocking and power management
 
-options                HWCLOCK
-options                HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>"
-options                OMAP_CK_REF_SPEED=12000000
+#options       HWCLOCK
+#options       HWCLOCK_MACHINE="<arch/arm/omap/hwclock_omap1.h>"
+#options       OMAP_CK_REF_SPEED=12000000
 
 # Pseudo-Devices
 



Home | Main Index | Thread Index | Old Index