Commit ec169727 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Switch to undeprecated qcom,calibration-variant on RK3399



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>
Link: https://lore.kernel.org/r/20250501160208.96451-2-krzysztof.kozlowski@linaro.org


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent ec79aee7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ wifi@0,0 {
		compatible = "qcom,ath10k";
		reg = <0x00000000 0x0 0x00000000 0x0 0x00000000>,
		      <0x03000010 0x0 0x00000000 0x0 0x00200000>;
		qcom,ath10k-calibration-variant = "GO_DUMO";
		qcom,calibration-variant = "GO_DUMO";
	};
};