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 Alternate UART3 pins a PG6-7, not PG8-9
details: https://anonhg.NetBSD.org/src/rev/e3f081fe3402
branches: trunk
changeset: 344706:e3f081fe3402
user: bouyer <bouyer%NetBSD.org@localhost>
date: Tue Apr 12 10:54:29 2016 +0000
description:
Alternate UART3 pins a PG6-7, not PG8-9
diffstat:
sys/arch/arm/allwinner/awin_reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5e6aac1f77b -r e3f081fe3402 sys/arch/arm/allwinner/awin_reg.h
--- a/sys/arch/arm/allwinner/awin_reg.h Tue Apr 12 04:02:55 2016 +0000
+++ b/sys/arch/arm/allwinner/awin_reg.h Tue Apr 12 10:54:29 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_reg.h,v 1.86 2016/01/11 17:09:25 macallan Exp $ */
+/* $NetBSD: awin_reg.h,v 1.87 2016/04/12 10:54:29 bouyer Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -1410,7 +1410,7 @@
#define AWIN_PIO_PG_CSI1_FUNC 3
#define AWIN_PIO_PG_UART4_PINS 0x00000c00 /* PG pins 11-10 */
#define AWIN_PIO_PG_UART4_FUNC 4
-#define AWIN_PIO_PG_UART3_PINS 0x00000300 /* PG pins 9-8 */
+#define AWIN_PIO_PG_UART3_PINS 0x000000c0 /* PG pins 6-7 */
#define AWIN_PIO_PG_UART3_FUNC 4
#define AWIN_PIO_PG_SDC1_PINS 0x0000003f /* PG pins 5-0 */
#define AWIN_PIO_PG_SDC1_FUNC 4
Home |
Main Index |
Thread Index |
Old Index