Skip to content

Commit eb8fa32

Browse files
sajattackandersson
authored andcommitted
arm64: dts: qcom: sdm845-lg: Add wifi nodes
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>
1 parent c6c66aa commit eb8fa32

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm845-lg-common.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,3 +670,13 @@
670670
&venus {
671671
status = "okay";
672672
};
673+
674+
&wifi {
675+
vdd-0.8-cx-mx-supply = <&vreg_l5a_0p8>;
676+
vdd-1.8-xo-supply = <&vreg_l7a_1p8>;
677+
vdd-1.3-rfa-supply = <&vreg_l17a_1p3>;
678+
vdd-3.3-ch0-supply = <&vreg_l25a_3p3>;
679+
vdd-3.3-ch1-supply = <&vreg_l23a_3p3>;
680+
681+
status = "okay";
682+
};

arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,7 @@
175175
&venus {
176176
firmware-name = "qcom/sdm845/LG/judyln/venus.mbn";
177177
};
178+
179+
&wifi {
180+
qcom,calibration-variant = "lg_judyln";
181+
};

arch/arm64/boot/dts/qcom/sdm845-lg-judyp.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@
5656
&venus {
5757
firmware-name = "qcom/sdm845/LG/judyp/venus.mbn";
5858
};
59+
60+
&wifi {
61+
qcom,calibration-variant = "lg_judyp";
62+
};

0 commit comments

Comments
 (0)