aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteev Klimaszewski <steev@kali.org>2022-07-18 18:01:08 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-07-18 18:10:52 -0500
commit757991c0778f5c9621955358a9fbf88999131ae1 (patch)
tree6eec9bf09848aa5113c5fafab472f403a7747e0a
parentarm64: dts: qcom: sc8280xp: add missing 300MHz (diff)
downloadlinux-dev-757991c0778f5c9621955358a9fbf88999131ae1.tar.xz
linux-dev-757991c0778f5c9621955358a9fbf88999131ae1.zip
arm64: dts: sdm850: Remove unnecessary turbo-mode
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
Diffstat (limited to '')
-rw-r--r--arch/arm64/boot/dts/qcom/sdm850.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm850.dtsi b/arch/arm64/boot/dts/qcom/sdm850.dtsi
index b1c2cf566c7a..da9f6fbe32f6 100644
--- a/arch/arm64/boot/dts/qcom/sdm850.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm850.dtsi
@@ -16,6 +16,5 @@
cpu4_opp34: opp-2956800000 {
opp-hz = /bits/ 64 <2956800000>;
opp-peak-kBps = <7216000 25497600>;
- turbo-mode;
};
};