]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sdm845-lg: Add wifi nodes
authorPaul Sajna <sajattack@postmarketos.org>
Wed, 1 Apr 2026 03:15:16 +0000 (20:15 -0700)
committerBjorn Andersson <andersson@kernel.org>
Wed, 1 Apr 2026 14:41:48 +0000 (09:41 -0500)
Wi-Fi now works with this patch, relevant firmware and
qcom,snoc-host-cap-skip-quirk

qcom,snoc-host-cap-skip-quirk has not been approved/merged in mainline,
so it is not included here.

ath10k_snoc 18800000.wifi: qmi chip_id 0x30214 chip_family 0x4001 board_id 0xff soc_id 0x40030001
ath10k_snoc 18800000.wifi: qmi fw_version 0x20060285 fw_build_timestamp 2020-10-12 23:35 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HL.2.0.c4-00645-QCAHLSWMTPLZ-1.336037.2
ath10k_snoc 18800000.wifi: wcn3990 hw1.0 target 0x00000008 chip_id 0x00000000 sub 0000:0000
ath10k_snoc 18800000.wifi: kconfig debug 1 debugfs 1 tracing 0 dfs 0 testmode 0
ath10k_snoc 18800000.wifi: firmware ver  api 5 features wowlan,mgmt-tx-by-reference,non-bmi crc32 b3d4b790
ath10k_snoc 18800000.wifi: htt-ver 3.83 wmi-op 4 htt-op 3 cal file max-sta 32 raw 0 hwcrypto 1
ath10k_snoc 18800000.wifi: invalid MAC address; choosing random

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Paul Sajna <sajattack@postmarketos.org>
Link: https://lore.kernel.org/r/20260331-judyln-dts-v7-11-87217b15fefb@postmarketos.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi
arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts
arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts

index 552d9719bedebb9df9789f60053919f3e3beb831..8481f0cce9741b1271be140a2f6b6de6e7fde917 100644 (file)
 &venus {
        status = "okay";
 };
+
+&wifi {
+       vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
+       vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
+       vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
+       vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
+       vdd-3.3-ch1-supply = <&vreg_l23a_3p3>;
+
+       status = "okay";
+};
index 7948fe3dbaa2b03a4d8fa2f8a51051ffbd7c6151..adf41aa0146a284be487e39dad19848bd8eb4c07 100644 (file)
 &venus {
        firmware-name = "qcom/sdm845/LG/judyln/venus.mbn";
 };
+
+&wifi {
+       qcom,calibration-variant = "lg_judyln";
+};
index efca260c3dcf6214d65704e7b56b6678eafd0fed..d244ebdd17beb049d3738c5e0f0b69b768e102c1 100644 (file)
@@ -56,3 +56,7 @@
 &venus {
        firmware-name = "qcom/sdm845/LG/judyp/venus.mbn";
 };
+
+&wifi {
+       qcom,calibration-variant = "lg_judyp";
+};