Skip to content

Commit adbbdcf

Browse files
krzkandersson
authored andcommitted
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: Krzysztof Kozlowski <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 0a05ddb commit adbbdcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm/boot/dts/qcom/qcom-ipq4018-ap120c-ac.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
status = "okay";
252252
nvmem-cell-names = "pre-calibration";
253253
nvmem-cells = <&precal_art_5000>;
254-
qcom,ath10k-calibration-variant = "ALFA-Network-AP120C-AC";
254+
qcom,calibration-variant = "ALFA-Network-AP120C-AC";
255255
};
256256

257257
&usb3_hs_phy {

arch/arm/boot/dts/qcom/qcom-ipq4018-jalapeno.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@
179179
&wifi0 {
180180
status = "okay";
181181

182-
qcom,ath10k-calibration-variant = "8devices-Jalapeno";
182+
qcom,calibration-variant = "8devices-Jalapeno";
183183
};
184184

185185
&wifi1 {
186186
status = "okay";
187187

188-
qcom,ath10k-calibration-variant = "8devices-Jalapeno";
188+
qcom,calibration-variant = "8devices-Jalapeno";
189189
};
190190

191191
&usb3_ss_phy {

0 commit comments

Comments
 (0)