diff options
author | Deepak Khatri <lorforlinux@beagleboard.org> | 2023-04-13 17:41:43 +0530 |
---|---|---|
committer | Han Gao <gaohan@iscas.ac.cn> | 2023-10-20 13:38:37 +0800 |
commit | c7f2155100f43c30ac6f7ec5a37dbfad730c4b92 (patch) | |
tree | 6a73a1b1128d4b916590a52af5a89452a997a5a0 | |
parent | 3e7fb26cb02e0c1a24eec48d046d6e020106dc19 (diff) |
Update debug port pinmux
To check if low drive strength is causing problem.
-rw-r--r-- | board/thead/light-c910/light.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/thead/light-c910/light.c b/board/thead/light-c910/light.c index da417047..ad5e6879 100644 --- 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); |