Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/netwalker initialize one more pin for USB Ho...



details:   https://anonhg.NetBSD.org/src/rev/61b8b797257d
branches:  trunk
changeset: 778832:61b8b797257d
user:      bsh <bsh%NetBSD.org@localhost>
date:      Sun Apr 15 10:19:47 2012 +0000

description:
initialize one more pin for USB Host1.

diffstat:

 sys/arch/evbarm/netwalker/netwalker_usb.c |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 117f94aaead5 -r 61b8b797257d sys/arch/evbarm/netwalker/netwalker_usb.c
--- a/sys/arch/evbarm/netwalker/netwalker_usb.c Sun Apr 15 10:16:37 2012 +0000
+++ b/sys/arch/evbarm/netwalker/netwalker_usb.c Sun Apr 15 10:19:47 2012 +0000
@@ -25,7 +25,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.2 2012/04/15 10:16:37 bsh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netwalker_usb.c,v 1.3 2012/04/15 10:19:47 bsh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -274,6 +274,13 @@
                .mux = IOMUX_CONFIG_ALT0,
                .pad = (PAD_CTL_DSE_HIGH | PAD_CTL_SRE),
        },
+       {
+               /* 26M_OSC pin settings */
+               .pin = MUX_PIN(DI1_PIN12),
+               .mux = IOMUX_CONFIG_ALT4,
+               .pad = (PAD_CTL_DSE_HIGH | PAD_CTL_KEEPER |
+                   PAD_CTL_SRE),
+       },
 
        /* end of table */
        {.pin = IOMUX_CONF_EOT}



Home | Main Index | Thread Index | Old Index