diff options
| author | Siqi Lin <siqilin@google.com> | 2017-04-27 09:43:56 -0700 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2023-07-16 13:04:30 +0200 |
| commit | 83dcbae147826d778c4edd1f3259de7f1c28403d (patch) | |
| tree | 9e0ae50e210e9d4669e8c8c0ecea2e15008cc6b0 /arch | |
| parent | 33d3b17bfdfb68760bc3fdf79748f8b65ce71978 (diff) | |
ARM: dts: msm: Fix EAS idle-cost-data property length
We need 4 idle-cost-data for CPUs, despite cpu_idle supporting
only 3 different idle states. The idle-cost-data property length
should always be one more entry longer than the number of available
cpu_idle states. The idle-cost-data property has to have the same
length for both CLUSTER_COST_N and CPU_COST_N.
Bug: 37641804
Change-Id: Ic14a6a1ef4409e81c5adc23575f7d1157d6eadce
Signed-off-by: Siqi Lin <siqilin@google.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8998.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998.dtsi b/arch/arm/boot/dts/qcom/msm8998.dtsi index 89936736e0ff..0f8a46a05739 100644 --- a/arch/arm/boot/dts/qcom/msm8998.dtsi +++ b/arch/arm/boot/dts/qcom/msm8998.dtsi @@ -306,7 +306,7 @@ 438 201 >; idle-cost-data = < - 4 4 0 + 4 4 4 0 >; }; CPU_COST_1: core-cost1 { @@ -340,7 +340,7 @@ 1024 1138 >; idle-cost-data = < - 10 10 0 + 10 10 10 0 >; }; CLUSTER_COST_0: cluster-cost0 { |
