projects
/
platform
/
kernel
/
u-boot-thead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e7fb26
)
Update debug port pinmux
author
Deepak Khatri
<lorforlinux@beagleboard.org>
Thu, 13 Apr 2023 12:11:43 +0000
(17:41 +0530)
committer
Han Gao
<gaohan@iscas.ac.cn>
Fri, 20 Oct 2023 05:38:37 +0000
(13:38 +0800)
To check if low drive strength is causing problem.
board/thead/light-c910/light.c
patch
|
blob
|
history
diff --git
a/board/thead/light-c910/light.c
b/board/thead/light-c910/light.c
index da417047c935f3fed4d76869b0ddf3d7bf50b8de..ad5e6879c27b49c6e71de1ac5894224a9d2d76f5 100644
(file)
--- a/
board/thead/light-c910/light.c
+++ b/
board/thead/light-c910/light.c
@@
-1945,8
+1945,8
@@
static void light_iopin_init(void)
light_pin_mux(AOGPIO_15,0);
/* Debug port */
- light_pin_mux(AOGPIO_12,
1
); // TXD
- light_pin_mux(AOGPIO_13,
1
); // RXD
+ light_pin_mux(AOGPIO_12,
0xF
); // TXD
+ light_pin_mux(AOGPIO_13,
0xF
); // RXD
/* LEDs */
light_pin_mux(AUDIO_PA8,3);