Commit adbbdcf4 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: ipq4018: Switch to undeprecated qcom,calibration-variant



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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad 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: default avatarBjorn Andersson <andersson@kernel.org>
parent 0a05ddb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -251,7 +251,7 @@ &wifi1 {
	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 {
+2 −2
Original line number Diff line number Diff line
@@ -179,13 +179,13 @@ &mdio {
&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 {