Skip to content

Commit

Permalink
disable cts pin bias for uart used for BT
Browse files Browse the repository at this point in the history
fixes uploading firmware to bcm43xx with following error:

$ hciattach -n -s 115200 /dev/ttyS1 bcm43xx 2000000
hciattach Failed to reset chip, command failure
hciattach Can't initialize device: Success
  • Loading branch information
vpeter4 authored and Portisch committed Jan 15, 2021
1 parent ada56cd commit 84c4fa3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions arch/arm64/boot/dts/amlogic/coreelec_g12b.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@
mc_val = <0x1621>;
internal_phy=<0>;
};

&pinctrl_periphs {
a_uart_pins:a_uart {
mux {
groups = "uart_tx_a",
"uart_rx_a",
"uart_cts_a",
"uart_rts_a";
function = "uart_a";
};

/delete-node/ mux1;
};
};

0 comments on commit 84c4fa3

Please sign in to comment.