mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: qcom: sdm845-shift-axolotl: fix Bluetooth
Add serial1 alias, firmware name and use 4 pin UART pinmux. Signed-off-by: Dylan Van Assche <me@dylanvanassche.be> Signed-off-by: Caleb Connolly <caleb@connolly.tech> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221016172944.1892206-3-kc@postmarketos.org
This commit is contained in:
parent
691dfbf542
commit
9833e23b69
1 changed files with 9 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
aliases {
|
aliases {
|
||||||
display0 = &framebuffer0;
|
display0 = &framebuffer0;
|
||||||
serial0 = &uart9;
|
serial0 = &uart9;
|
||||||
|
serial1 = &uart6;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
@ -693,9 +694,17 @@
|
||||||
&uart6 {
|
&uart6 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
pinctrl-0 = <&qup_uart6_4pin>;
|
||||||
|
|
||||||
bluetooth {
|
bluetooth {
|
||||||
compatible = "qcom,wcn3990-bt";
|
compatible = "qcom,wcn3990-bt";
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This path is relative to the qca/
|
||||||
|
* subdir under lib/firmware.
|
||||||
|
*/
|
||||||
|
firmware-name = "axolotl/crnv21.bin";
|
||||||
|
|
||||||
vddio-supply = <&vreg_s4a_1p8>;
|
vddio-supply = <&vreg_s4a_1p8>;
|
||||||
vddxo-supply = <&vreg_l7a_1p8>;
|
vddxo-supply = <&vreg_l7a_1p8>;
|
||||||
vddrf-supply = <&vreg_l17a_1p3>;
|
vddrf-supply = <&vreg_l17a_1p3>;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue