summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
diff options
context:
space:
mode:
authorDylan Van Assche <me@dylanvanassche.be>2022-10-16 18:29:42 +0100
committerBjorn Andersson <andersson@kernel.org>2022-10-17 22:01:46 -0500
commit9833e23b6905d0ab342deb16a6c2312759ab5a0d (patch)
tree26d20daf01037469263d06820e36e3f80c756d44 /arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
parent691dfbf54214c9c42444f357fc3a8103a10ad738 (diff)
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
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index 83261c9bb4f2..bb77ccfdc68c 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -23,6 +23,7 @@
aliases {
display0 = &framebuffer0;
serial0 = &uart9;
+ serial1 = &uart6;
};
chosen {
@@ -693,9 +694,17 @@
&uart6 {
status = "okay";
+ pinctrl-0 = <&qup_uart6_4pin>;
+
bluetooth {
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>;
vddxo-supply = <&vreg_l7a_1p8>;
vddrf-supply = <&vreg_l17a_1p3>;