Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/allwinner Set GMAC pin drv level 3 on A31



details:   https://anonhg.NetBSD.org/src/rev/bef879b3074c
branches:  trunk
changeset: 333961:bef879b3074c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Nov 23 23:05:19 2014 +0000

description:
Set GMAC pin drv level 3 on A31

diffstat:

 sys/arch/arm/allwinner/awin_gige.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r dccb1433e3e6 -r bef879b3074c sys/arch/arm/allwinner/awin_gige.c
--- a/sys/arch/arm/allwinner/awin_gige.c        Sun Nov 23 23:04:58 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_gige.c        Sun Nov 23 23:05:19 2014 +0000
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: awin_gige.c,v 1.18 2014/11/07 11:42:28 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_gige.c,v 1.19 2014/11/23 23:05:19 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -66,7 +66,7 @@
 };
 
 static const struct awin_gpio_pinset awin_gige_gpio_pinset_a31 = {
-       'A', AWIN_A31_PIO_PA_GMAC_FUNC, AWIN_A31_PIO_PA_GMAC_PINS,
+       'A', AWIN_A31_PIO_PA_GMAC_FUNC, AWIN_A31_PIO_PA_GMAC_PINS, 0, 3
 };
 
 



Home | Main Index | Thread Index | Old Index