]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: qcom: ipq4018: Switch to undeprecated qcom,calibration-variant
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 25 Feb 2025 09:58:58 +0000 (10:58 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Mar 2025 04:36:52 +0000 (22:36 -0600)
The property qcom,ath10k-calibration-variant was deprecated in favor of
recently introduced generic qcom,calibration-variant, common to all
Qualcomm Atheros WiFi bindings.

Change will affect out of tree users, like other projects, of this DTS.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250225-dts-qcom-wifi-calibration-v1-1-347e9c72dcfc@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi
arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dts

index a6d4390efa7c394398b9b6b067c9e64b21334cc0..be76bc39ac2774fc5eb3c0e92844eb609b01dba6 100644 (file)
        status = "okay";
        nvmem-cell-names = "pre-calibration";
        nvmem-cells = <&precal_art_5000>;
-       qcom,ath10k-calibration-variant = "ALFA-Network-AP120C-AC";
+       qcom,calibration-variant = "ALFA-Network-AP120C-AC";
 };
 
 &usb3_hs_phy {
index 6640ea7b6acb2f1d3002b52b25ef327cdc8a5bdd..15baaf0d1529875a804bf3662fc66bb517bc1f11 100644 (file)
 &wifi0 {
        status = "okay";
 
-       qcom,ath10k-calibration-variant = "8devices-Jalapeno";
+       qcom,calibration-variant = "8devices-Jalapeno";
 };
 
 &wifi1 {
        status = "okay";
 
-       qcom,ath10k-calibration-variant = "8devices-Jalapeno";
+       qcom,calibration-variant = "8devices-Jalapeno";
 };
 
 &usb3_ss_phy {