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: 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-5-347e9c72dcfc@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>pull/1253/head
parent
a83356f7ba
commit
4f8fc2038b
|
|
@ -188,7 +188,7 @@ ap_ts_pen_1v8: &i2c4 {
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_HOMESTAR";
|
||||
qcom,calibration-variant = "GO_HOMESTAR";
|
||||
};
|
||||
|
||||
/* PINCTRL - modifications to sc7180-trogdor.dtsi */
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ ap_ts_pen_1v8: &i2c4 {
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_KINGOFTOWN";
|
||||
qcom,calibration-variant = "GO_KINGOFTOWN";
|
||||
};
|
||||
|
||||
/* PINCTRL - modifications to sc7180-trogdor.dtsi */
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ ap_ts_pen_1v8: &i2c4 {
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_LAZOR";
|
||||
qcom,calibration-variant = "GO_LAZOR";
|
||||
};
|
||||
|
||||
/* PINCTRL - modifications to sc7180-trogdor.dtsi */
|
||||
|
|
|
|||
|
|
@ -59,5 +59,5 @@ ap_ts_pen_1v8: &i2c4 {
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_PAZQUEL360";
|
||||
qcom,calibration-variant = "GO_PAZQUEL360";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@ ap_ts_pen_1v8: &i2c4 {
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_POMPOM";
|
||||
qcom,calibration-variant = "GO_POMPOM";
|
||||
};
|
||||
|
||||
/* PINCTRL - board-specific pinctrl */
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@
|
|||
};
|
||||
|
||||
&wifi {
|
||||
qcom,ath10k-calibration-variant = "GO_WORMDINGLER";
|
||||
qcom,calibration-variant = "GO_WORMDINGLER";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue