arm64: dts: rockchip: Switch to undeprecated qcom,calibration-variant on RK3399
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 1 May 2025 16:02:09 +0000 (18:02 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 5 May 2025 08:24:19 +0000 (10:24 +0200)
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>
Link: https://lore.kernel.org/r/20250501160208.96451-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-gru-scarlet-dumo.dts

index 9e4b12ed62cbed9f1bc8e1970c4d3b57d253ac32..be3ae473e56264aaf743c7177fa36d6896be70b5 100644 (file)
@@ -36,6 +36,6 @@
                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";
        };
 };