diff options
author | Steev Klimaszewski <steev@kali.org> | 2022-07-19 02:01:08 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-19 02:10:52 +0300 |
commit | 757991c0778f5c9621955358a9fbf88999131ae1 (patch) | |
tree | 6eec9bf09848aa5113c5fafab472f403a7747e0a | |
parent | 5969d3290fb5daaa40446c8610b1fbbb78ff42dd (diff) | |
download | linux-757991c0778f5c9621955358a9fbf88999131ae1.tar.xz |
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
-rw-r--r-- | arch/arm64/boot/dts/qcom/sdm850.dtsi | 1 |
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; }; }; |