diff options
author | 2024-07-16 12:35:04 +0200 | |
---|---|---|
committer | 2024-10-29 14:53:14 -0500 | |
commit | 2e65616ef07fa4c72c3898b22e5bede7d468cf32 (patch) | |
tree | 2a7b8a06093e692a1e18bf8c4527d2f06613ce8e | |
parent | arm64: dts: qcom: x1e80100-crd: describe HID supplies (diff) | |
download | wireguard-linux-2e65616ef07fa4c72c3898b22e5bede7d468cf32.tar.xz wireguard-linux-2e65616ef07fa4c72c3898b22e5bede7d468cf32.zip |
arm64: dts: qcom: x1e80100: Update C4/C5 residency/exit numbers
Update the numbers based on the information found in the DSDT.
Fixes: af16b00578a7 ("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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/qcom/x1e80100.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index 5c62667e45fe..c4814567bb9c 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -279,8 +279,8 @@ 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 @@ 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>; }; }; |