mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
wifi: pull-down uart_cts_a pin for realtek bt [4/4]
PD#SWPL-7373 Problem: realtek bt not work Solution: pull-down uart_cts_a pin Verify: ampere Change-Id: I14f57d28d081077d89c681e2ecc95a25f706c64c Signed-off-by: libo <bo.li@amlogic.com>
This commit is contained in:
@@ -705,10 +705,15 @@
|
||||
mux {
|
||||
groups = "uart_tx_a",
|
||||
"uart_rx_a",
|
||||
"uart_cts_a",
|
||||
"uart_rts_a";
|
||||
function = "uart_a";
|
||||
};
|
||||
|
||||
mux1 {
|
||||
groups = "uart_cts_a";
|
||||
function = "uart_a";
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
b_uart_pins:b_uart {
|
||||
|
||||
@@ -692,10 +692,15 @@
|
||||
mux {
|
||||
groups = "uart_tx_a",
|
||||
"uart_rx_a",
|
||||
"uart_cts_a",
|
||||
"uart_rts_a";
|
||||
function = "uart_a";
|
||||
};
|
||||
|
||||
mux1 {
|
||||
groups = "uart_cts_a";
|
||||
function = "uart_a";
|
||||
bias-pull-down;
|
||||
};
|
||||
};
|
||||
|
||||
b_uart_pins:b_uart {
|
||||
|
||||
Reference in New Issue
Block a user