mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +00:00

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
21 lines
406 B
Plaintext
21 lines
406 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* SDM850 SoC device tree source
|
|
*
|
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#include "sdm845.dtsi"
|
|
|
|
&cpu4_opp_table {
|
|
cpu4_opp33: opp-2841600000 {
|
|
opp-hz = /bits/ 64 <2841600000>;
|
|
opp-peak-kBps = <7216000 25497600>;
|
|
};
|
|
|
|
cpu4_opp34: opp-2956800000 {
|
|
opp-hz = /bits/ 64 <2956800000>;
|
|
opp-peak-kBps = <7216000 25497600>;
|
|
};
|
|
};
|