arm64: dts: sdm850: Remove unnecessary turbo-mode
authorSteev Klimaszewski <steev@kali.org>
Mon, 18 Jul 2022 23:01:08 +0000 (18:01 -0500)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 18 Jul 2022 23:10:52 +0000 (18:10 -0500)
qcom-cpufreq-hw finds turbo-mode in the LUT hardware tables
and slaps the flag on the last element, so there's no reason
to add it in the dts, so remove it.

Signed-off-by: Steev Klimaszewski <steev@kali.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220718230109.8193-1-steev@kali.org
arch/arm64/boot/dts/qcom/sdm850.dtsi

index b1c2cf5..da9f6fb 100644 (file)
@@ -16,6 +16,5 @@
        cpu4_opp34: opp-2956800000 {
                opp-hz = /bits/ 64 <2956800000>;
                opp-peak-kBps = <7216000 25497600>;
-               turbo-mode;
        };
 };