Skip to content

Commit 1b58bf1

Browse files
konradybciogregkh
authored andcommitted
arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers
[ Upstream commit 2e65616 ] Update the numbers based on the information found in the DSDT. Fixes: af16b00 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240716-topic-h_bits-v1-2-f6c5d3ff982c@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 449664d commit 1b58bf1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@
279279
idle-state-name = "ret";
280280
arm,psci-suspend-param = <0x00000004>;
281281
entry-latency-us = <180>;
282-
exit-latency-us = <320>;
283-
min-residency-us = <1000>;
282+
exit-latency-us = <500>;
283+
min-residency-us = <600>;
284284
};
285285
};
286286

@@ -299,7 +299,7 @@
299299
idle-state-name = "ret-pll-off";
300300
arm,psci-suspend-param = <0x01000054>;
301301
entry-latency-us = <2200>;
302-
exit-latency-us = <2500>;
302+
exit-latency-us = <4000>;
303303
min-residency-us = <7000>;
304304
};
305305
};

0 commit comments

Comments
 (0)