Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/awin define usb1restrict pin for Hummingbird...



details:   https://anonhg.NetBSD.org/src/rev/8e7c3c9070b7
branches:  trunk
changeset: 803084:8e7c3c9070b7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Oct 12 13:08:12 2014 +0000

description:
define usb1restrict pin for Hummingbird A31

diffstat:

 sys/arch/evbarm/awin/awin_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e1bf41d3b4f2 -r 8e7c3c9070b7 sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c       Sun Oct 12 13:07:45 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c       Sun Oct 12 13:08:12 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awin_machdep.c,v 1.13 2014/10/10 07:37:50 jmcneill Exp $ */
+/*     $NetBSD: awin_machdep.c,v 1.14 2014/10/12 13:08:12 jmcneill Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.13 2014/10/10 07:37:50 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.14 2014/10/12 13:08:12 jmcneill Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -602,6 +602,7 @@
 #endif
 #if AWIN_board == AWIN_hummingbird_a31
                prop_dictionary_set_cstring(dict, "usb1drv", ">PH27");
+               prop_dictionary_set_cstring(dict, "usb1restrict", ">PH26");
                prop_dictionary_set_cstring(dict, "usb2drv", ">PH24");
 #else
                prop_dictionary_set_cstring(dict, "usb2drv", ">PH3");



Home | Main Index | Thread Index | Old Index