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

arm64: dts: qcom: sc7180: 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-5-347e9c72dcfc@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent a83356f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ &sound_multimedia1_codec {
};

&wifi {
	qcom,ath10k-calibration-variant = "GO_HOMESTAR";
	qcom,calibration-variant = "GO_HOMESTAR";
};

/* PINCTRL - modifications to sc7180-trogdor.dtsi */
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ &pp3300_dx_edp {
};

&wifi {
	qcom,ath10k-calibration-variant = "GO_KINGOFTOWN";
	qcom,calibration-variant = "GO_KINGOFTOWN";
};

/* PINCTRL - modifications to sc7180-trogdor.dtsi */
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ &trackpad {
};

&wifi {
	qcom,ath10k-calibration-variant = "GO_LAZOR";
	qcom,calibration-variant = "GO_LAZOR";
};

/* PINCTRL - modifications to sc7180-trogdor.dtsi */
+1 −1
Original line number Diff line number Diff line
@@ -59,5 +59,5 @@ CROS_STD_MAIN_KEYMAP
};

&wifi {
	qcom,ath10k-calibration-variant = "GO_PAZQUEL360";
	qcom,calibration-variant = "GO_PAZQUEL360";
};
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ &usb_c1 {
};

&wifi {
	qcom,ath10k-calibration-variant = "GO_POMPOM";
	qcom,calibration-variant = "GO_POMPOM";
};

/* PINCTRL - board-specific pinctrl */
Loading