]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: qcm6490-idp: enable WiFi
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sat, 7 Sep 2024 12:51:26 +0000 (15:51 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 1 Oct 2024 02:51:10 +0000 (21:51 -0500)
Enable WiFi device and specify the calibration variant name on the
QCM6490 IDP device.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240907-rb3g2-fixes-v1-3-eb9da98e9f80@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcm6490-idp.dts

index c4cfafb3ec1549d4273ba094d300362a4c30eb58..5f3d4807ac4322ef1a7dc97fbc3b56d48c983158 100644 (file)
 
 &wifi {
        memory-region = <&wlan_fw_mem>;
+       qcom,ath11k-calibration-variant = "Qualcomm_qcm6490idp";
+
+       status = "okay";
 };