projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ad3a4a
)
arm: socfpga: fix uart0 pin mux configuration
author
Dinh Nguyen
<dinguyen@opensource.altera.com>
Mon, 30 Mar 2015 22:01:18 +0000
(17:01 -0500)
committer
Marek Vasut
<marex@denx.de>
Tue, 21 Apr 2015 10:23:17 +0000
(12:23 +0200)
commit "
07d30b6c3129
arm: socfpga: Sync Cyclone V DK pinmux configuration"
incorrectly set the muxing for UART0 on the Cyclone V DK.
This fixes it up so UART0 is working again.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
board/altera/socfpga/pinmux_config.c
patch
|
blob
|
history
diff --git
a/board/altera/socfpga/pinmux_config.c
b/board/altera/socfpga/pinmux_config.c
index 61cdc73fa379fec8b680bc71ea53eaeced94c290..7e7a18484fdf316e2b5f9c4282e73702f7fa6c9d 100644
(file)
--- a/
board/altera/socfpga/pinmux_config.c
+++ b/
board/altera/socfpga/pinmux_config.c
@@
-54,8
+54,8
@@
unsigned long sys_mgr_init_table[CONFIG_HPS_PINMUX_NUM] = {
2, /* GENERALIO14 */
0, /* GENERALIO15 */
0, /* GENERALIO16 */
-
0
, /* GENERALIO17 */
-
0
, /* GENERALIO18 */
+
2
, /* GENERALIO17 */
+
2
, /* GENERALIO18 */
0, /* GENERALIO19 */
0, /* GENERALIO20 */
0, /* GENERALIO21 */