Commit 2e65616e authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers



Update the numbers based on the information found in the DSDT.

Fixes: af16b005 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts")
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240716-topic-h_bits-v1-2-f6c5d3ff982c@linaro.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 266cb58f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -279,8 +279,8 @@ cluster_c4: cpu-sleep-0 {
				idle-state-name = "ret";
				arm,psci-suspend-param = <0x00000004>;
				entry-latency-us = <180>;
				exit-latency-us = <320>;
				min-residency-us = <1000>;
				exit-latency-us = <500>;
				min-residency-us = <600>;
			};
		};

@@ -297,7 +297,7 @@ cluster_cl5: cluster-sleep-1 {
				compatible = "domain-idle-state";
				arm,psci-suspend-param = <0x01000054>;
				entry-latency-us = <2200>;
				exit-latency-us = <2500>;
				exit-latency-us = <4000>;
				min-residency-us = <7000>;
			};
		};